6
votes
Help with algorithm to dynamically update text display.
Use Curses, or if you need to be doing it yourself, read about the VTnnn control codes. Both of these should work on windows and on *nix terms and consoles (and Windows). You can also consult the …
4
votes
Is there a database access library for C and/or C++ with a similar interface to Perl’s DBI?
NVM, no odbc interface, but it is DBI like (seeing as DBI doesn't use odbc except in DBD::ODBC)
libdbi - http://libdbi.sourceforge.ne …
