Computer Science Canada

C++ Walkthrough

Author:  Clayton [ Mon Oct 23, 2006 5:44 pm ]
Post subject:  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).

C WIP by wtd- a very well done whirlwind of C, read if interested in C

Getting your editor and compiler by [Gandalf]- Getting started with your editor and how to compile programs.
The Beginning by wtd- all you need to start programming in C++!
Understanding Hello World in C++ by wtd- Getting an idea of what actually goes on behind the curtains.
If, Else If Statements by Thuged_Out_G- Add flexibility to your programs! Make sure to read the comments wtd has posted in the topic.
Top 5 most Common Silly Mistakes by Asok- Having problems? Don't know why? Check here!
Use Vectors, not Arrays by wtd- Learn how to use the vector class as a substitute for arrays in C++!
Templates by Freakman- Get away from statically typing your functions.

Not too sure what should go in here, let me know if theres something that should go in this gap.

OOP in C++ by wtd- learn how to create classes and objects in C++!
Graphics in C++ by Mazer

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.

Author:  TokenHerbz [ Tue Jan 01, 2008 2:27 pm ]
Post subject:  RE:C++ Walkthrough

change the color of thing links, like the words to something that stands out.

Author:  monigarr [ Fri Mar 25, 2011 7:42 pm ]
Post subject:  Re: C++ Walkthrough

do you suggest any good tutorials for packaging a c++ program? I'm a total newbie and always appreciate good tutorials.

Author:  Gadd [ Thu Apr 05, 2012 5:43 pm ]
Post subject:  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.


: