Search:

Type: Posts; User: LouiseJon

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    872

    oh right, thanks got it now

    oh right, thanks got it now
  2. Replies
    2
    Views
    872

    Whats wrong here?

    //Begin Search Function
    void Search(/*char input[25]*/)
    {

    cout << "Please Enter The Surname You are searching for" << endl;
    cin.getline(input,NAME_LEN);


    int r;
    int t;
  3. Okey I have set out the rules. Its a british...

    Okey I have set out the rules. Its a british postcode so it goes AAN NAA. Any more tips on where to go now? Any help at all is welcome. Thanks
  4. Please Help!!! Validation loop for postcode!!

    I was wondering if you could help me as I am new to c++

    I need to validate a postcode using the following functions


    1. Write a function called isValidPostcode:

    Prototype: bool...
Results 1 to 4 of 4