Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: NightFox on January 30, 2011, 06:28:02 am
-
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
-
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 ...> ?