Search:

Type: Posts; User: javapenguin

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,558

    Re: How do I include an "iostream" parallel?

    That's what Norm already said.



    As for

    system("Pause"), that's a system constructor or a method called system. I can surmise that much. Whether a constructor or a method, it's being...
  2. Replies
    5
    Views
    1,558

    Re: How do I include an "iostream" parallel?

    int i;
    cout << "Your story begins NOW!!!";
    cout << endl;
    cout << "Please enter your age: ";
    cin >> i;
    cout << endl;
    cout << "The value you entered is: " << i;
    cout << endl;...
Results 1 to 2 of 2