How do I pass this array to my function?Thanks Cubbi, I decided to go with solution 1) and it works Also thanks to all other responses ;)
How do I pass this array to my function?Ok but now I have two problems with that code: [code] const BYTE original[2][4] = { {0x00, 0x00, 0x...
How do I pass this array to my function?Hello, I have this code: [code]const BYTE original[2][4] = { {0x00, 0x00, 0x00, 0x00}, {0xFF, 0xFF...
boost::asio - prevent that Win32 console forces quit?Okay I was able to get myself a little bit more time by using Duoas suggested method with [code]SetC...
boost::asio - prevent that Win32 console forces quit?Hello, I have a little program that receives and sends TCP and UDP packets and I'm using boost::asio...