EvilZone
Programming and Scripting => C - C++ => : 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) ?
-
Try GNU readline (http://en.wikipedia.org/wiki/GNU_readline). I think thats what python uses.
-
don't know,but thx ;D