
-----------------------------------
Clayton
Mon Oct 23, 2006 5:44 pm

C++ Walkthrough
-----------------------------------
C++ Walkthrough

Well, seeing as our last poster of the C++ Walkthrough has left, I am going to try and make one of my own using my limited knowledge of C++. All of these tutorials are roughly in the order I think you should read them in (if someone objects to the order let me know).

very well done whirlwind of C, read if interested in C

- Getting started with your editor and how to compile programs.
- all you need to start programming in C++!
- Add flexibility to your programs! Make sure to read the comments wtd has posted in the topic.
- Having problems? Don't know why? Check here!
- Learn how to use the vector class as a substitute for arrays in C++!


And that is that, this is obviously FAR from satisfactory, so if you have anything you would like to add, please let me know, and I will try to find it/add it.

-----------------------------------
TokenHerbz
Tue Jan 01, 2008 2:27 pm

RE:C++ Walkthrough
-----------------------------------
change the color of thing links, like the words to something that stands out.

-----------------------------------
monigarr
Fri Mar 25, 2011 7:42 pm

Re: C++ Walkthrough
-----------------------------------
do you suggest any good tutorials for packaging a c++ program?  I'm a total newbie and always appreciate good tutorials.

-----------------------------------
Gadd
Thu Apr 05, 2012 5:43 pm

RE:C++ Walkthrough
-----------------------------------
Well you could teach a little more about how the compiler works, what a good compiler is compared to a crappy one. and a LOT more before u start getting into other stuff. Classes.. basic stuff you need to say make a basic program but not HELLO WORLD type. Maybe you could make a part 2 or if Im allowed I could right up a tutorial of my own. I have C++ experience of my own for a year now. Although this shouldnt be ones starting language.
