Search:

Type: Posts; User: laserlight

Search: Search took 0.28 seconds.

  1. Replies
    12
    Views
    3,796

    As much as I am a fan of Boost, that is not true....

    As much as I am a fan of Boost, that is not true. Objectively, it is just another library (or collection of libraries) since it is not part of the standard library or technical report extensions...
  2. Replies
    12
    Views
    3,796

    If you would learn how to use vectors, you would...

    If you would learn how to use vectors, you would manage them just as easily.
  3. Replies
    12
    Views
    3,796

    Remember to check that i < ARRAY_SIZE before...

    Remember to check that i < ARRAY_SIZE before calling getline.
  4. Replies
    12
    Views
    3,796

    For your example using std::getline with '|' as...

    For your example using std::getline with '|' as the delimiter in a loop should suffice.
Results 1 to 4 of 4