Search:

Type: Posts; User: xrated

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,897

    I'm trying to learn through a book so it is...

    I'm trying to learn through a book so it is homework in a way but not homework that gets checked by teachers. It's good to learn different ways to achive the same result. Thanks for the help :)
  2. Replies
    8
    Views
    1,897

    Thanks for your help, exactly what I needed to...

    Thanks for your help, exactly what I needed to know.
  3. Replies
    8
    Views
    1,897

    Very basic programming help please

    I am trying to make a program that will state the smallest number entered, with only 2 numbers it works.


    if ( x > y )
    cout << "Smallest: " << x << endl;

    if ( y > x )
    ...
Results 1 to 3 of 3