Author Topic: How to change where codeblocks outputs?  (Read 3232 times)

johnmcjohnson

  • Guest
How to change where codeblocks outputs?
« on: May 30, 2014, 04:07:33 am »
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??

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352
Re: How to change where codeblocks outputs?
« Reply #1 on: May 30, 2014, 07:47:01 am »
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.