News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to change where codeblocks outputs?

Started by johnmcjohnson, May 30, 2014, 04:07:33 AM

Previous topic - Next topic

johnmcjohnson

So code blocks on windows will use a CMD window to interact with the user. This had become a bit cumbersome for me as the command window doesn't always fully understand what i'm trying to do it would seem. Is there any way to have code blocks display data underneath the editor and interact with something other than the CMD window??

BlueHazzard

C::b interacts with the user over his gui. What your program does is completaly over you. If you want a fancy gui, you have to write one in your program.
At the moment it is not possible to integrate the cmd window at the bottom in codeblocks. But you can try to create a tools+ menu entry and call your program over this. Tools+ has the ability to redirect the output to a c::b window.