Just do what you like best.

The << style might seem a bit complicated at first, but when using streams you'll find them very useful!


btw:

char c = 'A';
std::cout << static_cast<int>(c)...