Im a new student of ComSci and I have a subject about C++, I need to learn the basics of C++ but the problem is, I dont know where can I download a free C++ language installer. Can someone tell me plz?
"Failure is the key to success, so try and try until you succeed."
http://www.microsoft.com/express/Downlo ... Visual-CPP if you are using windows, that is the best to use. beware, if you are going to be making cross platform programs, you can not use any of Microsoft's compiles, since most of them force you to use the .net framework. --- also if you are a student like me, you can apply to get a free copy of the full version
DevC++ was good but is out of date as it was designed using Delphi. The team did recreate it and called it Code::Blocks its a very very good programming IDE to have, I use it and have never had a problem, it even allows you to choose what type of compiler you want to use, even though by default it is set to GCC