Search:

Type: Posts; User: kbzombie

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,624

    I would not say any harm has been done. Like i...

    I would not say any harm has been done. Like i said, im just experimenting. With the more complex stuff. But i guess experimentation is the cause of mistakes made while experimenting. I studied loops...
  2. Replies
    11
    Views
    1,624

    Thanks very very much for the help. Looks like...

    Thanks very very much for the help. Looks like goto statements did the trick! ( and a do while loop in case users never select exit, it wont go on forever) I probably did not need the do while loop,...
  3. Replies
    11
    Views
    1,624

    Switch/Case questions

    Lets say i have a simple program like this:


    #include <iostream>

    using namespace std;

    void displaytext();
    void displaynumbers();
Results 1 to 3 of 3