Learn how the extraction operator and the getline function handles keyboard input and how the cin object allocates data into memory. Also learn how to use …
Tag: cin.ignore c++, [vid_tags]
Xem thêm: https://5giây.vn/category/review
Nguồn: https://5giây.vn

Previous Post
Reading User Input with Getline in C++
gg
Thank You. It is the first video which has a clear explanation.
Thanks!
Thank you so much
Thank you! That was very helpful!
I'm in the week 7 of learning C++ and your video has given me a lot of useful information which I would like to thank you for. You made some really good points my lecturer never mentioned which has helped me to understand the solutions better!
Very helpful
thank you.
@7:50 I don't think favourite food becomes the new line character the new line character gets removed by cin >> age.
One more reason to hate c++
Great example. thanks
This video just saved me.
Exactly the concept i was looking on google for past 3 days thanksalot it really helped
UR AN AMAZING TEACHER
very well explained !! a lot of video tutorials miss out on these little details
awesome….thanks mam
Thank you. it was very helpful.
This is what i am looking for.This helps me a lot in understanding cin.10x you
thanks Prof Gustin, this video really helps me to understand these functions
Why does the code work at the beginning? you entered “ggn” when prompted your name. Cin took gg and stored it into playerName. when it got to cin>>age wouldn’t it try to take in n instead of waiting for you to enter 5? I still don’t think I understand
THANK YOU SO MUCH. I used cin.ignore function before but i never understood it. An extremely helpful video. 10/10
Thank you! Had a while loop with get line and outside of it had cin so I actually had to use cin.ignore() twice. Good video!
that was the most profound explaination one can give…thank you mam
Nice to hear a girl talking C.
you are amazing ! thank you!
Initially when we give cin>>playername… Other than the issue with whitespaces…wouldn't the new line character still be stored in the cin object and cause problem in the second line of
cin>>age
i am learning c++ but i never heard about these stuff is there complete tutorial of c++ with every detail in it?
Thanks!!!!!!!!!!!!!!!!!!!!!!
you saved my life, literally!!