can anyone lead me to a place where i can download c++? coz im planning to have a self study about it..
c++ newbie problem
Well I don't know if its visual c++ that you want or not but this is the only one I found so...
http://msdn.microsoft.com/vstudio/express/visualc/download/
http://msdn.microsoft.com/vstudio/express/visualc/download/
I think you should Download DevCPP with MinGW win32 GNU C++ compiler. Please downlaod from there http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe
I'll second DevCPP as it comes with a nice IDE. Of course, so does Microsoft's Visual C++ but you have to pay for that!
If you are looking for C++ on Linux - you probably got it in your distribution already.
On Windows, except for those soft-packs listed by others before, I would recommend looking at Borland Explorer Tools.
Available are:
- Turbo C++ for Win 32,
- Turbo Delphi for Win 32,
- Turbo Delphi for .NET,
- Turbo C# for .Net
Explorer versions are free, and can be used for educational and commercial purposes.
Check this link:
http://www.turboexplorer.com/
and this (in polish)
http://www.borland.pl/landing_page/turbo.html
I believe that you can find detailed info about Explorers in your mother language by choosing appropriate country in www.borland.com.
Cheers
Wojtek
On Windows, except for those soft-packs listed by others before, I would recommend looking at Borland Explorer Tools.
Available are:
- Turbo C++ for Win 32,
- Turbo Delphi for Win 32,
- Turbo Delphi for .NET,
- Turbo C# for .Net
Explorer versions are free, and can be used for educational and commercial purposes.
Check this link:
http://www.turboexplorer.com/
and this (in polish)
http://www.borland.pl/landing_page/turbo.html
I believe that you can find detailed info about Explorers in your mother language by choosing appropriate country in www.borland.com.
Cheers
Wojtek
