User profile: hashbrown

User info
User name:hashbrown
History
Joined:
Number of posts:67
Latest posts:

I'm able to std::wcout a variable on Windows, but not on Linux.
Hi Cubbi, I probably pasted the wrong code, this is what I current have...this code prints out the j...

I'm able to std::wcout a variable on Windows, but not on Linux.
I'm trying to write a c++ application I can run on both Windows and Linux using the Microsoft cppres...

My application gets to a part of my code on Win, but on Linux it doesn't. Can't figure out why.
raschupkin that definitely worked! I was also reading the following article and following the exampl...

My application gets to a part of my code on Win, but on Linux it doesn't. Can't figure out why.
I'm sending a GET request to my Node.js server from my C++ application using Microsoft's cpprest lib...

How do I use fstream::open_ostream?
Ahhh I feel stupid. I went back to the MS article after reading your post and noticed the namespace....