Hello,
Actually I liked the cb_console_runner style and I would use it in some of my developed program. So I Wonder if there is a code source ?
Thanks for help.
http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/tools/ConsoleRunner
Quote from: xunxun1982 on January 30, 2011, 08:26:59 AM
http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/tools/ConsoleRunner
Keep in mind for your project(s) that also
console_runner is under GPL3.
Thank you very much.
This is with C++, Can I implement this source with a C program ?
Have you looked at the code?
It is like 200 lines... and for the record everything can be written in C :)
The extension is .cpp so its C++ language but Its written by C and that work :shock:
I dont know what I can give as argument indicated by <filename> <args ...> ?