C++ code help
Armo
Mr. Nice Guy Is Dead,Only Aqua Remains Member
hey whats up, im in the process of making a rombox for some old snes and other systems games
i want the system to be totally mouseless, so what i plan on doing is crating a exe in C++ and loading that into the autoexec.bat ( yea the rombox is running 98 lol )
as far as the C++ code is conserned, i havent had a C++ lesson in years and i just wanna try to get it right bofore i exterminate the rombox
so far in the code u have a small little selection menu to choose what emulator to launch depending on the # you enter. Is it possible that once a selection is made that the C++ prog actually launch the exe of the pathed emulator as such
if selection = 1;
then ( *launch the prog from the path )
lol probly a bit crude but gimme some credit its been like 5 years and im only needing this skill now lol
i want the system to be totally mouseless, so what i plan on doing is crating a exe in C++ and loading that into the autoexec.bat ( yea the rombox is running 98 lol )
as far as the C++ code is conserned, i havent had a C++ lesson in years and i just wanna try to get it right bofore i exterminate the rombox
so far in the code u have a small little selection menu to choose what emulator to launch depending on the # you enter. Is it possible that once a selection is made that the C++ prog actually launch the exe of the pathed emulator as such
if selection = 1;
then ( *launch the prog from the path )
lol probly a bit crude but gimme some credit its been like 5 years and im only needing this skill now lol
0
Comments
can any 1 help me out??
the libraries didnt like the lessthan and greaterthan symbols
Although I'm not sure if reading in a char with cin and then comparing it to an int will work. I mostly do JAVA.
If it's simple like Press 1 for emulator X or 2 for emulator Y, then use a batch file.
well it is that "simple" but i know more about C++ than i do about the basics about a batch file =\
it was my frist intentions of doing it like that but i couldnt remember how to print the menu lol