Page 1 of 1

compiler showing nothing

Posted: Tue Jul 21, 2009 2:13 am
by jtst1
Hey everyone long time no see. I've been lazy in these days of summer, and have finally got back to programming. Except it looks like my compiler doesn't want me too. Whenever i run my code, any code actually it just shows nothing.
It can't be the code because I do have working ones, and it shows nothing. Using codeblocks if anyone can help me.

Re: compiler showing nothing

Posted: Tue Jul 21, 2009 10:32 am
by dandymcgee
jtst1 wrote:Hey everyone long time no see. I've been lazy in these days of summer, and have finally got back to programming. Except it looks like my compiler doesn't want me too. Whenever i run my code, any code actually it just shows nothing.
It can't be the code because I do have working ones, and it shows nothing. Using codeblocks if anyone can help me.
Do you have the "Logs & Others" section squished against the bottom of the window (making the contents not visible)? If so just drag it up, if you can't see the blue bar that says "Logs & Others" at all, press F2.

Post back if it wasn't that simple.

Re: compiler showing nothing

Posted: Tue Jul 21, 2009 11:50 am
by RyanPridgeon
Can you see a console window appear, or does it not get that far? Does the box at the bottom show that it is compiling?

Can you show us your exact code and make sure you're compiling for a Console Application

Re: compiler showing nothing

Posted: Wed Jul 22, 2009 10:53 am
by jtst1
I'm not at my computer right now, but a simple cout command wont work. And a console window appears, but no result of code.

Re: compiler showing nothing

Posted: Wed Jul 22, 2009 11:07 am
by derbon
omm, so you compile went cuput, SO ideth try to unistall, re-download, install your codeblocks

Re: compiler showing nothing

Posted: Wed Jul 22, 2009 1:37 pm
by hurstshifter
jtst1 wrote:I'm not at my computer right now, but a simple cout command wont work. And a console window appears, but no result of code.

Are you sure it was a compiler?......Are you sure it wasn't nothing?

Re: compiler showing nothing

Posted: Thu Jul 23, 2009 7:40 pm
by Bludklok
http://www.microsoft.com/express/vc/

Try that compiler out if all else fails.

Re: compiler showing nothing

Posted: Fri Jul 24, 2009 1:07 am
by jtst1
It's something, but yeah i'm just going to go with Visual c++.