Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ wont compile
Name: Martyn999 Date: September 21, 2006 at 12:34:50 Pacific OS: Windows XP Pro SP1 CPU/Ram: Athlon64 3500+ / 1GB
Comment:
I'm using visual c++ 6 (as part of visual studio 6), and this morning it was all working fine. I added another line of code in to my program then tried recompiling it, but the output window stopped at 'Compiling...' and never went any further. The 'stop build' button did not work, so I had to end visual studio from task manager. This evening when I got home and turned my pc on I tried starting a brand new workspace and project with that 'hello world' template. Trying to compile that gave the same problem, and so did compiling programs which I have previously compiled with no problems. It seems that the compiler is somehow messed up. Is there anything I can do to fix this, or do I need to reinstall?
I'm new to c++ (only just started learning about it in Uni, but I know other programming languages).
Summary: Im trying to run a simple hello world application in Visual Studio 6.0. I made a Win32 console application and then added "helloWorld.cpp." When i try to complie it just keeps saying: Compiling... h...
Summary: I use Bloodshed Dev C/C++ mingw compiler. It is a GUI compiler that compiles libs, dlls, console proggies, Windows programs, etc. And it's free. ...