Code::Blocks Forums

User forums => Help => Topic started by: zelong on March 12, 2016, 08:33:28 am

Title: output window blank
Post by: zelong on March 12, 2016, 08:33:28 am
hi everyone, i m beginner for codeblocks. I facing the problem of output window blank and cant even display the simple Hello World code.
May I knw how to fix this problem?
Thanks in advanced
Title: Re: output window blank
Post by: tigerbeard on April 05, 2016, 03:25:46 am
Hello,
good move you are trying codeblocks. Its worth to use the forum search as many isseus were solved many times before.

You do not provide Code or explanation what you Versions you use, so no none has a chance to really help you. Guessing from your words "output window" I guess our are using windows and might mean the console (aka Dos window). To see that you need to set the project seetings to console project and not gui project. If you mean the output window similar to visual studio, that does not show program outputs by default.

Cheers
Tiger
Title: Re: output window blank
Post by: BlueHazzard on April 05, 2016, 09:58:30 am
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows

Use the faqs, many errors are described there...