Many C++ books contain example code like this...
std::cout << \"Test line\" << std::endl;
...so I\'ve always done that too. But
I've always had a habit of just using std::endl because it is easy for me to see.