Barker New Member Feb 25, 2010 #1 So I'm learning this language, and I try to compile my program, (Using Code::Blocks) and I get this: Debug-Hello World uses an Invalid Compiler. Skipping... Seriously, Any Help. I'm about to throw myself off of a bridge.
So I'm learning this language, and I try to compile my program, (Using Code::Blocks) and I get this: Debug-Hello World uses an Invalid Compiler. Skipping... Seriously, Any Help. I'm about to throw myself off of a bridge.
T TrainTrackHack VIP Member Feb 25, 2010 #2 Have you downloaded yourself a compiler? C::B is just an IDE, it can't actually compile the code itself... if you don't have one, I'd recommend MinGW.
Have you downloaded yourself a compiler? C::B is just an IDE, it can't actually compile the code itself... if you don't have one, I'd recommend MinGW.
Barker New Member Feb 26, 2010 #3 Thanks =) Problem Solved. I switched to Bloodshed's Dev C++; It comes with a compiler, and I like the IDE better anyway. Thanks for your response.
Thanks =) Problem Solved. I switched to Bloodshed's Dev C++; It comes with a compiler, and I like the IDE better anyway. Thanks for your response.