Hi folks,
I am trying to create a C++ program that will operate a switch statement. I have since found out that I cannot switch with strings as i need to. Each case in the switch will be designed to set a string variable.
Is there any way to achieve what I am suggesting. I have heard about maps, but i think that they are too complex for the simple task that i am trying to program.
Regards and thanks in advance,
mintsmike



LinkBack URL
About LinkBacks


