Search:

Type: Posts; User: bsnimunf

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,087

    newb help needed

    #include <iostream.h>
    int main()
    {
    int x = 5;
    int y = 7;
    cout "n/";
    cout << x + y << "" << x * y;
    cout "n/";
    return 0;
    }
  2. Replies
    2
    Views
    791

    excellent works a treat

    excellent works a treat
  3. Replies
    2
    Views
    791

    super newb question

    ive just started learing c++ this minute finshed the "hello world" program and i think it works however the screen only flashes on for a split second before it closes. how do i keep it open longer
Results 1 to 3 of 3