I have been coding in C++ for a long time. I always wondered which has a faster execution speed printf or cout?
printf
cout
Situation: I am designing a
If you ever need to find out for performance reasons, something else is fundamentally wrong with your application - consider using some other logging facility or UI ;)