I have tried Bloodshed and Borland, those compilers just don't work.
Yes, I am a student. But I would prefer the latest versions of the conventional blue screen C++ compilers like they are used in school. Where do I find them?
Originally posted by: Nothinman
I have tried Bloodshed and Borland, those compilers just don't work.
Yes they do.
Yes, I am a student. But I would prefer the latest versions of the conventional blue screen C++ compilers like they are used in school. Where do I find them?
What the hell is a "conventional blue screen C++ compiler"?
console application, perhaps? if so, VS2005 can do it.
Originally posted by: Nothinman
What is a TC?
Originally posted by: EagleKeeper
Originally posted by: Nothinman
What is a TC?
Possibly Turbo C compile - ancient Borland before there was a fancy Windows IDE.
That I believe was not a C++ compiler, just a C compiler
Possibly Turbo C compile - ancient Borland before there was a fancy Windows IDE.
You're best to build a linux box, or dual boot into linux if you have only 1 box. Then just use vi as your editor (or emacs if you want) and gcc.
Originally posted by: Armitage
gcc if you're on unix, otherwise cygwin. Google will turn either up easily.
Originally posted by: akshayt
Yes, I am a student. But I would prefer the latest versions of the conventional blue screen C++ compilers like they are used in school. Where do I find them?
You're correct.Originally posted by: Nothinman
I believe the compiler that comes with VS is called cl.exe, but I could be wrong.