Is there a way to display the printed output from a console application in a text area in the codeblocks IDE?
You can use the "Tools" menu to create an entry that calls your application (using macros to make it more generic) and then pipe the output to the C::B log.
I Know I only have one post and it's gonna sound really bad mannered of me, but would it be possible to further develop on the way to accomplish this?
I am fairly new to programming and always feel a bit uncomfortable with IDEs in general due to the overwhelming amount of features, tools and plugins. I've used Eclipse for every Java related projects and I've came to really like the console inside the IDE, which is Why I would like to accomplish the same in C::B
I've looked a bit myself and I understand the basic principle of what we're trying to accomplish with the tool (With the active project, parse all the output onto a log) but I can't come up with anything that's even close to working.
Sincerely sorry for my incompetence =)