I am new to C++ programming and i had to take a computer class in college. All the intro classes were taken so can someone give me a good guide to basic C++ ?
This will teach you the very basics: [url]http://www.cplusplus.com/doc/tutorial/[/url]
Thank you, I did not want to go into the class with no understanding of the topic.
Honestly, an online tutorial isn't going to be the best to learn a language from unless you already know how to program and just want to see how the syntax differs.
I would strongly suggest picking up a textbook -- something like C++ Primer Plus.
[QUOTE=Inside;23977320]Honestly, an online tutorial isn't going to be the best to learn a language from unless you already know how to program and just want to see how the syntax differs.
I would strongly suggest picking up a textbook -- something like C++ Primer Plus.[/QUOTE]
This.
Another good book is "Accelerated C++" by Andrew Koenig & Barbara E.Moo
ISBN-13 978-0-201-70353-5
And for a quick to use IDE I would get Code::Blocks (get the windows download with mingw included), since you will not need to configure anything and the examples will work straight out the book (create a new "console" project)
Sorry, you need to Log In to post a reply to this thread.