Search:

Type: Posts; User: mlabcdzs

Search: Search took 0.00 seconds.

  1. Newbie Question, Need clarification on for loop

    #include <iostream>
    using namespace std;
    int main()
    {
    for(int x = 0; x < 10; x++)
    cout << x <<endl;
    cin.get();
    return 0;
    }
  2. Thanks! That helped a ton!

    Thanks! That helped a ton!
  3. Newbie question, Need help to understand boolean

    I am using the tutorial:
    Cprogramming.com Tutorial: If Statements

    I can't seem to grasp one thing in this tutorial. Maybe I am focusing on the wrong thing or something, but here it is.

    At the...
Results 1 to 3 of 3