Since 5/31/2012 7:13:57 PM, OlafvdSpek has written 2 articles and participated in 13 conversations. OlafvdSpek signature: OlafvdSpek
OlafvdSpek's articles:
Items(2) /1
How to pass memory range to functions?619 (5/8/2006 10:01:39 AM) comp.lang.c++ Hi, I've got a lot of functions (compression, encryption, hashing, encoding, etc) that work on a memory range. I wrote my own class that has constructors for void*, void* void*, size_t std::string& and that a... Olaf
std::ostringstream and \r\n420 (5/3/2006 6:25:47 PM) comp.lang.c++ Hi, I'm using ostringstream and I'd like to generate \r\n line ends instead of \n ones. Is there a flag for this? Or should I just insert the \r myself? ... Olaf
OlafvdSpek's replies:
Items(6) /1
std::ostringstream and \r\n420 (5/3/2006 6:25:47 PM) comp.lang.c++ Hi, I'm using ostringstream and I'd like to generate \r\n line ends instead of \n ones. Is there a flag for this? Or should I just insert the \r myself? ... OlafvdSpek(15)
comparison signed vs unsigned1816 (5/6/2006 10:04:23 AM) comp.lang.c++ Hi all, When should I be worried about doing a comparison of signed vs unsigned ints? Could someone give me a example where such a comparison would lead to unwanted results? Thanks, Tim. ... kde(12)
signed in to unsigned int1322 (5/6/2006 3:13:40 PM) comp.lang.c++ Please could someone tell me what I need to do, in order to print a signed int to the screen without it's sign? The original int needs to be signed so that I can see if it's less than or greater than zero. Once... cutenfuzzy(260)
How to pass memory range to functions?619 (5/8/2006 10:01:39 AM) comp.lang.c++ Hi, I've got a lot of functions (compression, encryption, hashing, encoding, etc) that work on a memory range. I wrote my own class that has constructors for void*, void* void*, size_t std::string& and that a... OlafvdSpek(15)