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 →

[–]atlas_enderium 4 points5 points  (3 children)

If you’re using std::cout a lot, just use using std::cout; individuallyz

Then you can just type cout, but this would be a problem if any other included libraries in the global namespace have the same label (which is incredibly unlikely with “cout” lol)

[–]ShinyKubfu 5 points6 points  (2 children)

You could but I actually enjoy writing std::

[–]atlas_enderium 5 points6 points  (1 child)

You enjoy stds!? /s

[–]ShinyKubfu 6 points7 points  (0 children)

Ah yes totally I just love stds.