Search:

Type: Posts; User: Cassady

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,571

    I corrected it. Maybe, A easier way for make...

    I corrected it.

    Maybe, A easier way for make this it is when the user enter with a incorrect value, the program automatically clear the incorrect value, and the user try again.
  2. Replies
    7
    Views
    1,571

    Thanks Guys, for the replys! I need to restart...

    Thanks Guys, for the replys!

    I need to restart the program when the user enter a incorrect value.
    So, I think to make a function for this, when the user enter a incorrect value the function call...
  3. Replies
    7
    Views
    1,571

    Break two loops with a error

    Hey Everybody,

    I wrote this code:

    #include <windows.h>
    #include <iostream>
    using std::cout;
    using std::cin;
    using std::endl;
    using std::fixed;
  4. Replies
    2
    Views
    2,225

    Thanks man!

    Thanks man!
  5. Replies
    3
    Views
    1,882

    Ok, I will post there, thanks.

    Ok, I will post there, thanks.
  6. Replies
    2
    Views
    2,225

    Set cursor position

    Hey Everybody!

    How can I set the position of cursor, if I use Windows OS ?

    For example, if I use this code:

    Code:


    int a;
  7. Replies
    3
    Views
    1,882

    For example, if I use this code: int...

    For example, if I use this code:




    int a;
    int b;

    cout << setw(3) << "";
    cin >> a;
  8. Replies
    3
    Views
    1,882

    Set cursor position

    Hey Everybody!

    How can I set the position of cursor, if I use Windows OS ?

    Thanks!
  9. Thread: Switch in C+

    by Cassady
    Replies
    3
    Views
    1,450

    Thanks! I understood now.

    Thanks!
    I understood now.
  10. Thread: Switch in C+

    by Cassady
    Replies
    3
    Views
    1,450

    Switch in C+

    Hey everybody!

    I couldnt use the switch in C++.
    My study code is:

    #include <iostream>
    using std::cout;
    using std::cin;
    using std::endl;
Results 1 to 10 of 10