Search:

Type: Posts; User: jsrig88

Search: Search took 0.00 seconds.

  1. Thanks, man! That did the trick. I'm a little...

    Thanks, man! That did the trick. I'm a little confused though on why C++ would allocate the memory correctly one time, and then be unreliable about it afterwards.
  2. Having an issue with being able to use multiple cin.getlines.

    Hello. I'm writing a ZORK clone, and I am trying to use cin.getline() to obtain the program's inputs from the console. The basic piece of code I'm using for it is as follows:



    char *str;...
Results 1 to 2 of 2