Search:

Type: Posts; User: syk

Search: Search took 0.00 seconds.

  1. Thread: illegal continue?

    by syk
    Replies
    8
    Views
    5,009

    thanks for lending me a hand. ;)

    thanks for lending me a hand. ;)
  2. Thread: illegal continue?

    by syk
    Replies
    8
    Views
    5,009

    #include using namespace std; int...

    #include<iostream>
    using namespace std;

    int main()
    {
    char buffer[81];
    int i;
    cout<<"Enter a line of text and press Enter key:";
    cout<<"\nAll the vowels will be discarded!\n";...
  3. Thread: illegal continue?

    by syk
    Replies
    8
    Views
    5,009

    illegal continue?

    I'm having a hard time figuring out what's wrong with the continue command. :(

    can someone help me?





    #include<iostream>
    using namespace std;
Results 1 to 3 of 3