I have recently gotten into c++ and i need heavy help fixing the compile program.I gets me alot of errors! If you can help me just tell me and i will give you my MSN.
It's been near 10 years since I worked with C++, but I can look at your code if you want. Just send me your code and a screenshot or copy/paste of the errors you get when trying to compile.
I use Dev C++, seems to work fine for me, send me a PM with your MSN if you want some help.
I'll be away from my computer for around an hour here. But Dev is a free program just do a google search for it, also send me your source file and I'll take a look at it if you want. I will get back here when I can today.
Visual Studio is what I use.
I figure I couldn't live without it.
While the edition of VS I use costs somewhere near $1000, you can grab the express version which is absolutely free and comes with almost all the features of the full versions. http://www.microsoft.com/express/vc/
As for the error you're getting, it seems the borland compiler doesn't have a preprocessor. Which basically means it sucks and you shouldn't be using it!
My only complaint with "visual" IDEs is that they can encourage lazy programming. (Not that I say can and not do.) I've seen a lot of applications with shoddy code simply because it was easier to assemble with VS than anything else.
I'm with Voided on this one. Just because I CAN code in a basic text compiler doesn't mean I have to. VS really does make your life infinitely easier. Particularly if you're no good at remember how to spell commands.