vector, deque class template
-
Hi all, Can anyone tell me where I can get some example source code for class template. for example, deque, vector source code... Thank you
THE book to buy is STL Tutorial and Reference Guide by David R. Musser, et al. Foreward by Alexander Stepanov ( who wrote the STL ). I know you're looking for a download, but if you're serious about it you probably should buy this book. Christian I've learned that you cannot make someone love you. All you can do is stalk them and hope they panic and give in. The early bird may get the worm, but it's the second mouse that gets the cheese.
-
Hi all, Can anyone tell me where I can get some example source code for class template. for example, deque, vector source code... Thank you
You might want to take a look at www.stlport.org which is what I use. This is an implementation of the C++ STL. There is quite a bit to wade through, but it works quite well.