Page 1 of 1
Creating menus in C++
Posted: 2004-04-13 10:37pm
by Durandal
Just out of pure curiosity, does anyone know how to create console menus in C++? I'm talking about the kind that list some options and allow you to scroll through them with the arrow keys, with your selection being highlighted by the console.
Posted: 2004-04-13 11:06pm
by phongn
Posted: 2004-04-14 12:19am
by Durandal
I'll look into it. Thanks!
Posted: 2004-04-14 03:04am
by EmperorMing
I havn't got this far in class yet...
Posted: 2004-04-14 03:20am
by Sarevok
I only know how to create windows menus. They are done by using resource files.
Posted: 2004-04-14 05:40am
by Pu-239
There's also S-Lang, but that's not really standard on Unix systems.