Did you like bcolz but you couldn't find exactly the functionality you were looking for? You can write an extension and implement complex operations on top of bcolz containers. Before you start ...
ちなみに昔のMFCのコンテナクラスはコンテナに格納する型とそれを引数で与えるときの引数の型を与えるデザインになっていました。 template <class TYPE, class ARG_TYPE> class CArray; 格納する型が int のときは CArray< int, int > を使うことが多いです。 しかし、 CString の ...