Search:

Type: Posts; User: chris Ray

Search: Search took 0.01 seconds.

  1. Ncurses Menu & Sockets, RFC 2324 : Hyper Text Coffee Pot Control Protocol Client

    I'm attempting to make an Ncurses based menu frontend for a Hyper Text Coffee Pot Control Protocol Client. This was an april fools RFC and the spec for this can be found here:
    ...
  2. Replies
    14
    Views
    1,860

    Firstly thanks for all the help, i'm making some...

    Firstly thanks for all the help, i'm making some progress now!!

    Right a quick update:

    I added the missing = sign in the if checking for clashes. i can now add meetings without a problem!!
    ...
  3. Replies
    14
    Views
    1,860

    Please enter your Name: chris Please enter Year...

    Please enter your Name: chris
    Please enter Year for Diary (YYYY): 2008
    Simple Diary
    1) Add Meetings
    2) Delete Meeting
    3) Display All
    4) Display One by One
    5) Exit
    Please choose an...
  4. Replies
    14
    Views
    1,860

    In that case i still get a clash error, i'm so...

    In that case i still get a clash error, i'm so confused :-( sorry!!
  5. Replies
    14
    Views
    1,860

    The add meeting function is in day.cpp.

    The add meeting function is in day.cpp.
  6. Replies
    14
    Views
    1,860

    so it should be if(new_end >...

    so it should be

    if(new_end > appointments.at(i)->start_time())
    clash = true;
    }

    if ive understood you??
  7. Replies
    14
    Views
    1,860

    the other files...

    the other files...
  8. Replies
    14
    Views
    1,860

    A Diary Gone Nuts

    Hi, as part of my course at uni we have started to learn C++. One of the projects we are working on is a diary. Its supposed to do the following:

    The Diary objects created in previous weeks were...
  9. Replies
    13
    Views
    2,142

    Ok thanks guys, I’m beginning to understand why...

    Ok thanks guys, I’m beginning to understand why it’s coming up with that warning now, can someone show me an example using a different approach to achieve the same thing?? or a solution to make this...
  10. Replies
    13
    Views
    2,142

    line 113 is the first of my snprintfs ...

    line 113 is the first of my snprintfs

    snprintf(AUTOLINE,256+NAME_MAX,"%sd",THISLINE); /*directory*/
  11. Replies
    13
    Views
    2,142

    with the version of this i have posted up at the...

    with the version of this i have posted up at the moment the compiler doesn't like these lines:

    #define AUTOLINE line[(((++linec))%2)]
    #define THISLINE line[((linec)%2)]

    get the following...
  12. Replies
    13
    Views
    2,142

    The bottom of the code with the sort function, i...

    The bottom of the code with the sort function, i don't want to post everything here just in case someone else on my course finds this and starts using it. If you want more info let me know
  13. Replies
    13
    Views
    2,142

    Hi, some more info that may help you guys!

    Hi, some more info that may help you guys!
  14. Replies
    13
    Views
    2,142

    How To Make A Quick Sort For LS

    For an assignment at Uni, ive been writing my own version of LS. Its been going quite well, it will work with ls,ls -a, ls -l, ls-al and any of those with a directory. I would like some suggestions...
Results 1 to 14 of 14