is VC++ 2008 express edition totally free of charge? lets say i make a program or a game or just compile a already finished game in it for some reason will that be legal?
I prefer Dev/wxDev because of the huge support with DevPacks. You can practically find anything... Just write what you want, add the word "devpack" and google it...
Thanks for all the inputs.
I downloaded VC++2010 & discovered the 2+ GB loaded down my hard drive. Found out VC++2008 & 2005
does not work on Windows Vista. Seems as I don't have enough computer & the wrong operating system.
So much for learning C++ on the cheap.
Found out VC++2008 & 2005 does not work on Windows Vista.
I'm pretty sure 2008 does work on Vista.
As for hardware requirements, a computer that can run Vista but not VC++ is a very specific configuration.
If it comes to that, you can always just grab MinGW which will run no matter what.
You could try a Linux VM with VMware Player or some other virtualization software, Cygwin, or MinGW to write C++ on a Windows machine--all of these options are free.