Search:

Type: Posts; User: appointment

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,146

    check if a argv[1] contain all numbers

    Problem SOLVED. Thanks everyone
  2. Replies
    7
    Views
    9,684

    ahhh i see thanks. i was inserting new element...

    ahhh i see thanks.

    i was inserting new element into the vector in ..... section by using v.push_back() inside a while loop.
  3. Replies
    7
    Views
    9,684

    thanks that worked. still dont know what's...

    thanks that worked.

    still dont know what's wrong with original way of doing it.
  4. Replies
    7
    Views
    9,684

    Insert new element into a vector

    I am trying to insert a new element into a vector in C++ under Ubuntu Linux.

    The following is what I did, where v contain some element already. InsertElementNo is the element number the new...
  5. Replies
    1
    Views
    1,614

    C++ reading file odd behaviour

    1) What's the difference between:

    myfile.peek() != EOF and !myfile.eof() if I declare ifstream myfile("test.txt")?


    2) test.txt

    12 05 2005 dad da ada
    12 01 2001 d d ddadda
    04 11 2005 s s s
  6. Replies
    2
    Views
    1,446

    Appointment Manager

    Doing an appointment manager in C++ under Ubuntu using command line interface.

    Will store all appts inside a standard db.txt file with one entry per line.


    User will enter ./add 5 March 2009...
Results 1 to 6 of 6