Search:

Type: Posts; User: TeamGreen

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,909

    Characters in a Magic Square Program

    My friend and I have almost finished the Magic Square Program. All that is left is have the program check to see if the user inputted a Letter instead of a number. (i.e. "Input square[0][0]: g")...
  2. Replies
    1
    Views
    787

    Disappearing Numbers

    Does any programmer know how to display a set of numbers 1-9, on the screen, Then when a User inputs a number(i.e. 5) it will then display ( 1 2 3 4 6 7 8 9) thus having 5 not show at all. And...
  3. Thread: Looping

    by TeamGreen
    Replies
    2
    Views
    1,559

    do { cout ...

    do
    {
    cout << "Enter a value:" << endl;
    cin >> a;
    cout << "Enter the desired opperation:" << endl;
    cin >> f;
    cout << "Enter a value:" << endl;
    cin >> b;
    cout << "Calculate? /n";
    cin...
  4. Thread: Searching

    by TeamGreen
    Replies
    8
    Views
    1,310

    yeah its for class but our teacher doesnt help me...

    yeah its for class but our teacher doesnt help me and 3 other people because we are so far ahead.
  5. Thread: Searching

    by TeamGreen
    Replies
    8
    Views
    1,310

    First name Last name Address Phone number

    First name
    Last name
    Address
    Phone number
  6. Thread: Searching

    by TeamGreen
    Replies
    8
    Views
    1,310

    it was a sequential record

    it was a sequential record
  7. Thread: Searching

    by TeamGreen
    Replies
    8
    Views
    1,310

    Searching

    In our class we made a program that writes your name and such to a file. Now we need to search for a file by the person's last name. I've looked around and havent been able to find any help. Can...
  8. Replies
    3
    Views
    1,177

    we are tring to have a user input a series of...

    we are tring to have a user input a series of information and have it right to a file, then show that file and the records in it. I can not get the records to display the correct way. They are...
  9. Replies
    3
    Views
    1,177

    Sequential Records

    in our c++ clas we are writing a program that stores files in a sequential records. our teacher isnt the brightest and he doesn't help us. ive tried for about 2 weeks to figure it out, some please...
Results 1 to 9 of 9