Search:

Type: Posts; User: kahli_mist

Search: Search took 0.00 seconds.

  1. Thread: *gulp*

    by kahli_mist
    Replies
    2
    Views
    1,151

    *gulp*

    hello again!

    another silly problem ... i need to ask the user to enter a number. Checks to see whether the number is between 1 and 5 inclusive. If the number is valid then the function returns the...
  2. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    i did it! thankyou soooooo so much. mate, u...

    i did it!

    thankyou soooooo so much. mate, u have no idea how much of my ass u have just saved. it's safe to say it's a very large portion. u, are a leg end.
  3. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    right-o. i've put my... do { ...in...

    right-o. i've put my...


    do {

    ...in between where i've declared my variables and the 'please enter initial and surname'. i've put a closing bracket above...


    } while (book_again == 'Y' ||...
  4. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    #include #include ...

    #include <iostream.h>
    #include <iomanip.h>

    const int NAME_LEN = 25;
    const int DATE_LEN = 11;
    const int BUFFER_LEN = 11;

    using namespace std;

    // Paintball assignment. A program to produce...
  5. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    sorry guys, that should be: } while...

    sorry guys, that should be:



    } while (book_again !='y' && book_again !='Y' && book_again !='n' && book_again !='N');


    at the bottom. thanks.
  6. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    #include #include ...

    #include <iostream.h>
    #include <iomanip.h>

    const int NAME_LEN = 25;
    const int DATE_LEN = 11;
    const int BUFFER_LEN = 11;

    using namespace std;

    // Paintball assignment. A program to produce...
  7. Thread: return

    by kahli_mist
    Replies
    12
    Views
    1,080

    return

    hi, i'm trying to offer the user a chance to make more than one booking on a booking system. at the moment my code is



    do {
    cout<< "Would you like to book another session? (Y/N): ";
    ...
  8. Replies
    5
    Views
    1,469

    safe, nice one guys. much appreciated.

    safe, nice one guys. much appreciated.
  9. Replies
    5
    Views
    1,469

    safe man, nice one. the thing is.... i'm still...

    safe man, nice one.

    the thing is.... i'm still getting the same wrong answers!

    i dunno what the crack is like, but i can't clock it.

    using 10 for the first 2 inputs should charge £200 not...
  10. Replies
    5
    Views
    1,469

    By comparison

    to the rest of the problems posten on this forum, my own seem completely inferior.

    i'm stuck.

    lol, i haven't much (any) C++ experience (i started my first program about 15 hours ago)

    anyway,...
Results 1 to 10 of 11