Search:

Type: Posts; User: Stryder_SoZ

Search: Search took 0.01 seconds; generated 37 minute(s) ago.

  1. Thread: Goto

    by Stryder_SoZ
    Replies
    2
    Views
    1,502

    Goto

    I need to know how to use the goto command, I have a list of 'ifs'
    something like this:


    int main()
    {
    cout << blah blah blah...if blah blah blah press 1, if blah blah
    blah press 2.
    ...
  2. Replies
    4
    Views
    1,368

    Initializing variables

    I set a letter

    char ch;
    Int r;

    and when I try to use them in an if-

    cin >> ch;
    if (ch==r)
    cout << "blah blah blah"<<endl
  3. Thread: variables

    by Stryder_SoZ
    Replies
    1
    Views
    759

    variables

    I am making a program, I am using alot of IF things--llke
    IF (x==2)
    and so on.

    I need to know how to set a letter to an if--like
    IF (x==L)
    or something like that, I need to know how to...
  4. Thread: goto

    by Stryder_SoZ
    Replies
    6
    Views
    1,621

    goto

    ok, say I am using the goto command, how do I use it effectively.

    Every time I try it tells me I have an error or two.

    If anyone can help me I would greatly appreciate it,
    thx.:eek:
  5. Replies
    4
    Views
    1,145

    :confused: I am having the same problem, isnt...

    :confused:

    I am having the same problem, isnt that wierd?
  6. Thread: goto()

    by Stryder_SoZ
    Replies
    11
    Views
    1,730

    goto()

    ok, everyone is telling me to use the goto() command, but every time I try it doesnt work. Can someone please explain how the goto() command works and what I do to make it work?

    Thx
  7. Thread: int main()

    by Stryder_SoZ
    Replies
    2
    Views
    943

    int main()

    ok, this is just a portion of my actual program, I am having trouble down near the bottom, if you have any suggestions please feel free, I am always open to suggestions.


    cout << "press 1 to...
  8. Replies
    2
    Views
    1,079

    I love you:rolleyes:

    I love you:rolleyes:
  9. Thread: int main()

    by Stryder_SoZ
    Replies
    4
    Views
    1,187

    int main()

    ok, when you get an "if" to loopback to the main by putting in main(); , how can I get it to loopback to a different "if" instead of the original main() at the top?:confused:
Results 1 to 9 of 9