Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to C++. n00b question.
#2
When you use getline you are doing what it says exactly. You will get all the data in the line. If you just use cin then you will only get the characters until the first space after the first character which isn't a space. I hope that is clear.
Reply


Messages In This Thread
New to C++. n00b question. - by n00bikscube - 08-03-2012, 03:40 PM
RE: New to C++. n00b question. - by FireMonkeyFun - 12-09-2012, 03:08 PM
RE: New to C++. n00b question. - by Simba3696 - 01-02-2013, 06:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)