1
General / Re: Virtual final functions?
« on: February 19, 2014, 08:43:42 pm »
That does make a lot of sense, I don't know what is wrong with me these days...
Thank you very much!
Thank you very much!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You need to output std::flush to std::cout to see anything.Thank you very much, that worked!
Or std::endl, which is more commonly used since people usually want to terminate their messages with a line breakThank you, too. Normally I use std::endl. If I had done so this time, this question would not have been necessary! However, std::endl works because it calls std::flush implicitly. Thanks to both of you!