On Sun, Jun 17, 2012 at 7:39 PM, Arbol One <[email protected]> wrote:

>  std::cout << "naaa, you ain't got it yet... press any key and keep
> trying." << std::endl;
>  std::cin.get();
>

Glad it helped. Pedantic note: cin.get() will wait for ENTER to be pressed
before returning, AFAIK. There is no portable way (in C/C++) to grab only
the next keystroke from the console.


>  Now, my next step is to create data tables, but that will be on another
> email.
>

sqlite3_exec(), sqlite3_prepare(), sqlite3_bind_xxx(), sqlite3_step(),
sqlite3_finalize()

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to