Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] C++ IDE + Tutorials

Newbie Spellweaver
Joined
Feb 29, 2012
Messages
24
Reaction score
2
Finally taking up C++, was wondering which IDE to choose?

CodeBlocks or Visual Studio (or any suggestions)

Also looking for good tutorials, preferably video tutorials.


Thanks.
 
Junior Spellweaver
Joined
Oct 27, 2008
Messages
165
Reaction score
89
You can go with both, Visual C++ is more user friendly, but codeblocks is cross-platform(you can use it in windows, Linux, Mac), there is also other IDE like Eclipse CDT, NetBeans, etc.

As tutorials there are alot tutorials out there, but good tutorials are tutorials that gives exercise assignments, to test your skills.
As for what you could learn:
-
-
- After you finish the Second Part Continue with Data Structures then go back and Continue with rest of the book:
- Linked Lists:

Doubly linked List -
How to search a linked list using recursion -
Creating a Linked List Project in C++ -
- Stacks:
How to Create a Stack Class Project -
- :
- Binary Search Trees -
-Hash Tables:
How to Create a Hash Table Project C++ -
Introduction to a Heap -
- Algorithms -

Extra:
-
- C++ STL ( , )



 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
QtDevelop is a pretty nice IDE with CMAKE support :)
Also one of best IDE is Eclipse, but it is really hard to configure it
 
Back
Top