Click here to Skip to main content
15,904,497 members

Comments by auge__ (Top 3 by date)

auge__ 5-Feb-13 9:27am View    
Exactly, Philippe Mori. And so it is thread-safe. What you construe about requirements like "a line in the output for each call of 'operator <<()'" was not asked for.
Thread-Safety has nothing to do with design-oddities. A piece of code is thread-safe if it only manipulates shared data structures in a manner that guarantees safe execution by multiple threads at the same time.
auge__ 5-Feb-13 2:18am View    
A deterministic system is a system in which no randomness is involved in the development of future states of the system. It IS deterministic when multiple threads put mixed rubbish into a threadsafe cout.
auge__ 30-Jan-13 4:49am View    
Reason for my vote of 5 \n An excellent hint, I searched for the wizard for vc9, but it was in there too. Thanks.