Search:

Type: Posts; User: BadBoyThePrince

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    971

    Dos help.

    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
    cout<<"Please input your age: "; //Asks for age
    cin>>age; //The input is...
  2. Replies
    4
    Views
    1,200

    C sample help.

    It's a sample program that asks for a username and password. After three guesses the program shuts down if all attempts are incorrect. The username is not supposed to be case sensitive; however, I...
Results 1 to 2 of 3