not to celebrate the death of bjarne634 (10/12/2009 7:29:51 AM) comp.lang.c++ But Bjarne, it's all cool hmm? I mean, you are now "wrong", but at the expense of others? No offense, I study this stuff. You did good. Now go away please! ... Tech07
Writing a Book1032 (10/12/2009 6:41:35 AM) comp.lang.c Bashing a book is, duh, easy. Who here wants to (can) write a book? Turf wars? There is no war, there is only . "Son, you want to write a book? There are no books anymore. It happened away way before they "... Tech07
string literals #2835 (10/12/2009 6:21:20 AM) comp.lang.c Why can't I change them? Apparently someone is walking the fence and doesn't know. Hmm? Ask him! (BTW, I know why). ... Tech07
If i want an idiot038 (10/8/2009 3:07:23 AM) comp.lang.c I'll call my cell phone. (anyone know the number?). ... Tech07
I am afraid of you #3026 (10/8/2009 3:03:47 AM) comp.lang.c I am tired.. if that train will be coming thruogh soon and the dog stop barking, it better have a sleeper car. Cuz you wouldn't know a train if it bit you in the ass. So put that in your pipe and smoke it. ... Tech07
I am ok038 (10/8/2009 2:53:27 AM) comp.lang.c Seriously. don't make me talk now, cuz you know I'll say it's not important. and why does that damn dog keep barking? Apparently all too quiet when the train isn't comming through huh. I don't know what you ... Tech07
I'll be back here041 (10/8/2009 1:39:25 AM) comp.lang.c I think I need more time to cry for you, and Mephis is as good a place as any,. (no I'm not done, this just fucking sucks). ... Don't cry for me Argentina. :( ... Tech07
I could be alll wet about thiis, but...249 (10/7/2009 10:26:43 AM) comp.lang.c one person comes back dead, and is not your president....??? I don't want the job.... maybe the infintile would want the job as long as someone else is dying. you are are lynchmob. you do need counseling. s... Tech07
I could be alll wet about thiis, but...249 (10/7/2009 10:26:43 AM) comp.lang.c one person comes back dead, and is not your president....??? I don't want the job.... maybe the infintile would want the job as long as someone else is dying. you are are lynchmob. you do need counseling. s... tech07(188)
Improving memory consumption in the container library724 (10/9/2009 6:17:20 PM) comp.lang.c The first version of the container library was only that, a first version, where the main objective was to show how it could be implemented. One thing that immediately ringed bells in my mind was the fact that... jacob24(973)
Returning memory to the OS1333 (10/9/2009 9:17:15 PM) comp.lang.c++ I have a multi-platform STL question (multi-platform means Windows 32, 64, Linux 64-bit, Mac OS). I'd like for an STL vector to return the memory to the OS - not just to the heap - upon deallocation, like exiti... filmart(11)
string literals #2835 (10/12/2009 6:21:20 AM) comp.lang.c Why can't I change them? Apparently someone is walking the fence and doesn't know. Hmm? Ask him! (BTW, I know why). ... tech07(188)
Writing a Book1032 (10/12/2009 6:41:35 AM) comp.lang.c Bashing a book is, duh, easy. Who here wants to (can) write a book? Turf wars? There is no war, there is only . "Son, you want to write a book? There are no books anymore. It happened away way before they "... tech07(188)
not to celebrate the death of bjarne634 (10/12/2009 7:29:51 AM) comp.lang.c++ But Bjarne, it's all cool hmm? I mean, you are now "wrong", but at the expense of others? No offense, I study this stuff. You did good. Now go away please! ... tech07(188)
Adapting software to multiple usage patterns10220 (10/13/2009 12:06:26 PM) comp.lang.c One of the main arguments being advanced by the people that oppose the standardization of a container library in C is the fact that there are many different usage patterns for such a library, and it would be im... jacob24(973)
The problem with size_t5940 (10/15/2009 9:41:02 AM) comp.lang.c I am implementing the bitstring type in the container library, and obviously I store the number of bits in a size_t... Problem is, in 64 bit versions, size_t grows to 8 bytes, what is an absolute overkill for ... jacob24(973)
A new idea for garbage collection2228 (10/15/2009 7:55:32 PM) comp.lang.c Hi, This is a followon from my unsuccessful inquiry about getting SIGSEGV delivered per thread not per process. Normally the execution flow of many threaded programs will be like pthread_mutex_lock do some ... root23(246)