Kevin there is a difference between bad design and bad "language" as you put it.
If you are writing a program for just yourself, then you don't have...
when you design a program do you not think of its implementation?
A what does microsoft have to do with STL? They were the first to offer it before it became a standard and the code provided was...
Excellent points mclark.
STL hasn't been around long. A drop in the bucket compared to the theories and applications of the containers it employs.
Which begs the questions, why would a programmer...
I'd like to say first, that I really don't feel that this is going anywhere. I generally don't like to read a 2 page post to weed out a few points. In my opinion, the major problem...
Yeah, VC6 was horrible at doing templates, which is one of the reason alot of people avoided it. It has a very bad habit of getting all confused when you are using multiple templates,...
Hi Yves,
I think you might find this interesting, I did a quick drop in and run of the code, as expected, due to VC6 there were a few errors, so I commented out the custom allocated list for the...
Yves,
I did specifically ask for it and thank you!
There are a few things I noticed that will make this a problem in VC6 so, if its ok with you, I'll modify the code a little to make it...
Ok, Kevin,
This bothers me.
I don't recall making any bold statements. I told you that my class can perform as fast if not faster then vector, but I asked you to create your own and compare. I...
The only thing you do by continuing to flame and by not reading the posts, or adding anything constructive or accurate to this thread, is undermine your own credibility.
I'll ask you again to either...
gstercken,
I'm not going to get into another flame war, please act like an adult or move on, if you really require a detailed response to your flame, then let me know where you want it, but keep...
I'm hoping you will do the benchmark yourself so you can see where optimization will come into play, but the stats are, using the same test except that I kicked up the count to 5 Million in the loop...
I'll ask you to please keep your comments on subject. You will find a character debate will not lead you anywhere you want to go.
If you don't understand any of the material, then...
[QUOTE]Aarrrgghhhh.... It doesn't matter. I don't think you'll understand what I, Paul, AvDav, gstercken, OReubens are saying.... or anyone else for that matter. Oh well!
[QUOTE]
First for kevin:
Check out the STL code Vector in the include directory. You will find that it is indeed a linked list. But again, if you are defining a linked-list as only a dynamic, then yes and...
All there have reserve functions.
reserve for mine and STL and SetSize in CArray.
The object of the benchmark was to compare all three in the same situation and see how they held up. I'm pretty...
OReubens:
Yes indeed, STL is inline so it's expanded by the compiler. There are various mods that will change that separate link instances based on class type which can minimize on the overhead.
...
Yes Paul, anything that doesn't exist inside the construct of a compiler is a external SDK. Again, pick up a book on compiler design then come and argue the semantics about it.
for galathaea:
The only thing that warrants an apology was the "big-boy" comment. While that expresses my opinion of this as childish, it doesn't belong in adult conversation. The rest were...