ive got xp and i use the built in compiler that i got with visual c++ 6.0 pro
Printable View
ive got xp and i use the built in compiler that i got with visual c++ 6.0 pro
VC++ 6 *is* the compiler, pretty much ;)
Well, looks like you're sorted there...
I'd suggest starting on console programs (the Win32 Console Application project type) -- they let you learn the features of the language without the inanities of Windows getting in the way.
www.bruceeckel.com has a very good tutorial with "Thinking in C++" (volume 1).
thanks for the help :) i appreciate it.