Search:

Type: Posts; User: Jack-Bauer

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,860

    how would i go about doing that though? I don't...

    how would i go about doing that though? I don't understand this tolower function at all :(
  2. Replies
    6
    Views
    1,860

    I don't really understand what you mean I'm...

    I don't really understand what you mean I'm afraid. I'm still pretty new to this language, can you go into a little more detail?
  3. Replies
    6
    Views
    1,860

    tolower function problem

    Hi

    I've got a program that reads a list from a text file. When the program reads the file, it displays all the items and allows you to search through it.

    The problem I'm having is that when I...
  4. Replies
    9
    Views
    1,039

    no worries, I got the name off the tv series 24

    no worries, I got the name off the tv series 24
  5. Replies
    9
    Views
    1,039

    Can't say I do but it sounds good

    Can't say I do but it sounds good
  6. Replies
    9
    Views
    1,039

    *EDIT* I knew my coding was messy, I was...

    *EDIT*

    I knew my coding was messy, I was planning on tidying it up once I got it working, mainly because I didn't know if it was going to work. I thought I'd clean it up anyway before it was...
  7. Replies
    9
    Views
    1,039

    Lol, sorry for being so vague earlier. Well...

    Lol, sorry for being so vague earlier. Well here's a larger section of my code, I've deleted some bits that aren't important like long lines of "cout << ...".

    Right now, the program does not...
  8. Replies
    9
    Views
    1,039

    VOID function help

    I'm still learning the ropes of this language so can someone tell me why this does not work as a void function?




    void updateroutine ( int numitems)
    {
    int i,j;
    char tempstr[80];
  9. Replies
    6
    Views
    1,555

    its working as I want it now, thanks for all your...

    its working as I want it now, thanks for all your help, that last bit solved ma problem
  10. Replies
    6
    Views
    1,555

    Hey thanks, that bit of code worked a charm. ...

    Hey thanks, that bit of code worked a charm.

    Another question though, because that bit of code I posted at the start is a part of a nested function, I need the while (option[0] != 'q' ); after...
  11. Replies
    6
    Views
    1,555

    I've read through some of the pages in your sig...

    I've read through some of the pages in your sig but I still don't get it.

    The 'q' part works fine, it does it when its supposed to. Problem is how would I get around the fact the switch statement...
  12. Replies
    6
    Views
    1,555

    Switch function problem

    Hi all

    I've only just started using the C++ language recently and I'm stuck on something which should be pretty easy but I can't solve.

    option is defined as char option[80]. My main problem is...
Results 1 to 12 of 12