> > C++のテンプレートってほとんどテキスト置き換えだから使えることは使えると思う > STLとかBoostが利用できるならManaged C++も良いかもわからんね > アロケータとかメモリの扱いは大丈夫なんだろうか 検索してみた限りでは.NETのクラスをコンテナに入れるのは無理っぽい a managed class cannot be stored in an unmanaged class. and any STL template is certainly not managed. http://www.dotnet247.com/247reference/msgs/23/118973.aspx 参考:2003/01/24(金)01時38分34秒