User profile: WetCode

User info
User name:WetCode
History
Joined:
Number of posts:65
Latest posts:

Use std::string with Win32 API?
I did not know that i think its time to update to VC++ 2012. Am stile using 2010 and if i remember c...

Use std::string with Win32 API?
Wow thanks for all the great answers realy aprichiate it. Am shure google can find me a answer for t...

Use std::string with Win32 API?
Ok so i was trying to pass the buffer from ReadFIle() to a std::string like so. [code] string sBuff...

strncpy(,,) , char* pointer ,char array;
Thank you for your replys i solved my problem now. I did as you sad and wrote a desk test of this an...

strncpy(,,) , char* pointer ,char array;
Thanks for your reply i did some modifications to my code but the more i look at this the less i und...