Computer Science Canada Getting into C++ |
Author: | Matt_872000 [ Mon Jun 20, 2005 8:37 am ] |
Post subject: | Getting into C++ |
I was thinking about starting to learn C++. If anyone knows which compiler is best or where there are some rockin' tutorials for people who know what variables, loops, if statements and procedures are. Like some sort of command list rather than reading through miles of websites to find out all you get to learn is what a variable is.... lol I have microsoft visual studio, with visual c++, visual basic and etc. but I'm not sure how to use it.... lol any help would be greatly appreciated. |
Author: | Martin [ Mon Jun 20, 2005 8:51 am ] |
Post subject: | |
What version of Visual Studio do you have? If it's 6, I suggest you find another compiler, but .NET and .NET 2003 are okay. http://www.cppreference.com/ and http://www.cplusplus.com/ are good places to start. Also, you might want to pick up 'The C++ Programming Language' by Bjorn Stroustrup. |
Author: | Matt_872000 [ Mon Jun 20, 2005 9:57 am ] |
Post subject: | |
I have version 6.0, whats wrong with it? |
Author: | wtd [ Mon Jun 20, 2005 12:51 pm ] |
Post subject: | |
Matt_872000 wrote: I have version 6.0, whats wrong with it?
It's a decent Windows compiler, but has very little respect for standard C++. |
Author: | MysticVegeta [ Tue Jun 21, 2005 4:06 pm ] |
Post subject: | |
Martin wrote: What version of Visual Studio do you have? If it's 6, I suggest you find another compiler, but .NET and .NET 2003 are okay.
http://www.cppreference.com/ and http://www.cplusplus.com/ are good places to start. Also, you might want to pick up 'The C++ Programming Language' by Bjorn Stroustrup. I just issued "C++ for Dummies" from the library and almost finished it, what book should i go to next for intermediate levels? Thanks. |
Author: | Drakain Zeil [ Fri Jun 24, 2005 6:47 am ] |
Post subject: | |
Sams teach yourself c++ in 21 days is good if you've programmed anything before in any other language. |