EvilZone

Programming and Scripting => C - C++ => : flowjob December 31, 2011, 02:18:40 PM

: [C] CLI/Shell
: flowjob December 31, 2011, 02:18:40 PM
Hi,
Is there a header at C for makeing a CLI/Shell?
I made one in Python with the cmd-module.
But C is more efficient so I want to make an new one in C.
So,is there a header for this (like the cmd-module in Python) ?

: Re: [C] CLI/Shell
: xzid December 31, 2011, 05:21:08 PM
Try GNU readline (http://en.wikipedia.org/wiki/GNU_readline). I think thats what python uses.
: Re: [C] CLI/Shell
: flowjob December 31, 2011, 05:33:41 PM
don't know,but thx  ;D