Tagged Questions

0
votes
1answer
106 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 ...