Author Topic: cb_console_runner source code  (Read 5390 times)

Offline NightFox

  • Single posting newcomer
  • *
  • Posts: 3
cb_console_runner source code
« 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.

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Regards,
xunxun

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cb_console_runner source code
« Reply #2 on: January 30, 2011, 10:23:12 am »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline NightFox

  • Single posting newcomer
  • *
  • Posts: 3
Re: cb_console_runner source code
« Reply #3 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 ?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: cb_console_runner source code
« Reply #4 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 :)
(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!]

Offline NightFox

  • Single posting newcomer
  • *
  • Posts: 3
Re: cb_console_runner source code
« Reply #5 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 ...> ?