Search:

Type: Posts; User: Arieken

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,351

    This is exactly what I didn't notice. This is...

    This is exactly what I didn't notice. This is the answer to my problem as well.

    This lesson is from one of the suggested books, C++ Without Fear, Overland.
  2. Replies
    6
    Views
    3,351

    Weird cin.getline() glitch

    #include <cstdlib>
    #include <iostream>
    #include <fstream>

    using namespace std;

    int get_int(int default_value);
    int main(int argc, char *argv[])
    {
    char filename[MAX_PATH + 1];
Results 1 to 2 of 3