User profile: Daleth

User info
User name:Daleth
History
Joined:
Number of posts:448
Latest posts:

Pyramid
And what have you tried so far?

Proper Use of cin.ignore()?
cin.ignore() is sometimes used to catch a newline character left in the buffer by [code]cin[/code]. ...

Creating a Timer
http://www.cplusplus.com/reference/chrono/ Look toward the bottom. I haven't used any of the time l...

help me figure out error..
@TheIdeasMan From what I understand, std::flush only flushes the buffer while std::endl flushes and ...

help me figure out error..
It happened before with some users where std::cout did not flush the buffer as expected.