Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: NightFox on January 30, 2011, 06:28:02 am

Title: cb_console_runner source code
Post 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.
Title: Re: cb_console_runner source code
Post by: xunxun on January 30, 2011, 08:26:59 am
http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/tools/ConsoleRunner
Title: Re: cb_console_runner source code
Post by: MortenMacFly on January 30, 2011, 10:23:12 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.
Title: Re: cb_console_runner source code
Post by: NightFox on February 03, 2011, 09:52:27 pm
Thank you very much.

This is with C++, Can I implement this source with a C program ?
Title: Re: cb_console_runner source code
Post by: oBFusCATed on February 03, 2011, 09:58:00 pm
Have you looked at the code?
It is like 200 lines... and for the record everything can be written in C :)
Title: Re: cb_console_runner source code
Post by: NightFox on February 04, 2011, 02:19:58 am
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 ...> ?