Search:

Type: Posts; User: VtecGSR

Search: Search took 0.01 seconds.

  1. I need help on something i can't describe in words, please!

    for instance

    cout << "Please enter your phone number in the format (XXX) XXX - XXXX: \n";
    cin.get(phone_num, 25);
    cin.ignore(80, '\n');

    how would i have the computer pre-input the -...
  2. Replies
    2
    Views
    1,143

    Need help in designing Shipping Company!

    For my computer science class, I am planning to design a shipping company program which calculates the rates of different types(ground, air, etc). However, i would also like the rates to vary from...
Results 1 to 2 of 2