 To use or not to use
To use or not to use cout instead of printf -- that is the question!
	In case you missed Kenny Kerr's article on printf vs cout:
In defense of printf
From the article:
Folks seem to enjoy pointing out that I use printf in many of my examples of “modern C++”, as if printf is not really proper C++. Apparently, I should be using cout. The trouble is that cout isn’t exactly modern either...

Add a Comment
Comments are closed.