Tagged Questions
3
votes
5answers
3k views
How to handle a ctrl-break signal in a command line interface
Before I begin, I want to clarify that this is not a command-line tool, but an application that accepts commands through it's own command-line interface.
Edit: I must apologize about my explanation ...
1
vote
1answer
75 views
C++ Command Line Argument Identification
I need to be able to tell if the final argument in my command line is surrounded in double quotes or not. If it's in double quotes, I treat it as a string. If it's not, I need to treat it as a file ...
0
votes
1answer
100 views
C++ generic realtime text interface library
Silly question here, I'm looking for a generic text based API for command-line programs. Something like ncurses I think would fit the bill. In an ideal world, I would like something portable, between ...