All of my programming experience was in highschool on TI-83s and such. I am now learning to write in c++ and am doing pretty good at learning the new terminology.
A major problem I am having is that I always relied heavily on the Lbl and Goto functions. Particularly, I would perform logic tests like:
IF X=1
Goto A
If X=2
Goto B
If X=3
Goto C
How do I do this in C++? If I want my program to jump to another part of my program what do I do?
2007-02-22
14:11:34
·
3 answers
·
asked by
cpine505
3
in
Computers & Internet
➔ Programming & Design