cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How to make a menu program
How to make a menu program
Dec 11, 2009 at 11:58pm UTC
molenator10
(10)
How do you make a menu program in C++ so you can then use it to open other C++ programs??
Thanks!
Dec 12, 2009 at 2:48am UTC
Mythios
(1058)
From memory you can use
ShellExecute()
to open other files/folders.
http://msdn.microsoft.com/en-us/library/bb762153(VS.85).aspx
Dec 15, 2009 at 10:28pm UTC
molenator10
(10)
thanks
Topic archived. No new replies allowed.