Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nixia

Pages: [1]
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 :).

2
General / Output to console window
« on: July 16, 2015, 03:24:12 pm »
Hey all,

I cant seem to find a way to output a debugging message to the console window (similar to system.console(string)). Is there a good way of doing this in VS2013?

Should I just use OutputDebugString in windows?

Thanks

Pages: [1]
anything