1
General / Re: Output to console window
« on: July 16, 2015, 04:45:15 pm »std::cout << "Hello World?!" << std::endl;
Brilliant Thanks.
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.
Haven't done this for a while so I may have had to look that up. Thanks a lot .