Search:

Type: Posts; User: Namyegob

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    726

    noob help with the IDE

    i'm just starting out w/ C++. the solutions explorer is now showing 3 folders when starting a new project "Header Files" "Resource Files" and "Source Files". is there any way to change that back to...
  2. Replies
    2
    Views
    1,014

    Ah! I see, it IS running forever... It seemed...

    Ah! I see, it IS running forever... It seemed to have stopped at the 19th line and I assumed that it was done. I saw the count 0 line and improperly closed the window w/ the upper right "x" button....
  3. Replies
    2
    Views
    1,014

    noob's question about the tutorial

    why does this
    #include <iostream>
    using namespace std;
    int main()
    {
    int x;
    x = -9;
    do {for ( ;x < 10; x++ )
    cout<<"Count: "<<x<< " Hello, world!\n";
    }
Results 1 to 3 of 3