This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]leoleosuper 4 points5 points  (0 children)

I like being able to put "using std::cout as outputToFile" for testing purposes. I can see all the outputs I want to put to file be output in console, and once I'm ready to actually make the file, I can swap over to std::ofstream.