As I write quite a lot of console applications in Code::Blocks I was wondering if there was a more user-friendly way to do my IO. For example using Cygwin or a Eclipse-style console.
I've heard it is somehow possible through tools, but I haven't figured out how.
Settings->Environment Settings->"Terminal To Launch Console Programs:"
Zabimaru already answered, but here's an example of changing from xterm to gnome-terminal on Linux.
Go to Menu > Settings > Environment... > General settings > Terminal to launch console programs and change the default
xterm -T $TITLE -e
to
gnome-terminal --disable-factory --title $TITLE -x
which should actually appear as one of the drop-down options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With