News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

cb_console_runner source code

Started by NightFox, January 30, 2011, 06:28:02 AM

Previous topic - Next topic

NightFox

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.


MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

NightFox

Thank you very much.

This is with C++, Can I implement this source with a C program ?

oBFusCATed

Have you looked at the code?
It is like 200 lines... and for the record everything can be written in C :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

NightFox

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 ...> ?