Console applications, any tips?
Design and Architecture
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Are there any standards for programming a console application based on menus? Please do not answer just "well, use switch.." I mean, a big console application.. where you need to administrate something, adding, editing, deleting and listing registries, and submenus within menus... etc I can easily model the libraries used by the console app, but it's kind of difficult to model the console application itself... Help please? Tips?