Click here to Skip to main content
15,891,657 members

Comments by _coder (Top 27 by date)

_coder 26-Oct-13 15:22pm View    
Ok, I see, thanks.
_coder 26-Oct-13 13:56pm View    
I agree with you, also as I mentioned, I think string approach solves endianness issues. But on the other hand handling endianness issues with binary serialization is not that hard too. Was wondering if string approach had some other issues too?
_coder 17-Oct-13 4:13am View    
so pWhiteList[0] is actually a pointer right?
_coder 24-Sep-13 7:37am View    
Hi, I am getting some errors. Do I need to precede function definitions with something in the .cpp file? Or copy their titles as they are in the header files?
_coder 24-Sep-13 4:43am View    
CPallini, what if I want to embed say two integers into the buffer, how do I do this? Similarly to your code? (e.g.,start embedding second number from index 6 of buffer) Are there any gotchas?? Thank you.