0 Members and 1 Guest are viewing this topic.
std::cout << "Hello World?!" << std::endl;
Don't forget to:#include <iostream>I say this not because I expect you not to know this but because I find that I forget this line so often when adding temporary debugging output to a class.