2010-01-27Posted by katono - 2010-01-27 23:12 CSTL 0.7.0をリリースしました。 CSTLは、C言語で使えるC++のSTLライクなコンテナライブラリです。 vector, deque, list, set, multiset, map, multimap, unordered_set, unordered_multiset, unordered_map, unordered_multimap, stringを提供します。 0 (Show more...) 2009-04-21Posted by katono - 2009-04-21 14:47 CSTL 0.6.0をリリースしました。 CSTLは、C言語で使えるC++のSTLライクなコンテナライブラリです。vector, deque, list, set, multiset, map, multimap, stringを提供します。 0.6.0の変更点は以下のとおりです。 vectorのインターフェイスを変更。 new( (Show more...) 2008-06-25Posted by katono - 2008-06-25 09:45 CSTL 0.5.0をリリースしました。 CSTLは、C言語で使えるC++のSTLライクなコンテナライブラリです。vector, deque, list, set, multiset, map, multimap, stringを提供します。 0.5.0の変更点は以下のとおりです。 各コンテナにおいて、delete()の引数がNU (Show more...) 2008-02-25Posted by katono - 2008-02-25 09:26 CSTL 0.4.0をリリースしました。 CSTLは、C言語で使えるC++のSTLライクなコンテナライブラリです。vector, deque, list, set, multiset, map, multimap, stringを提供します。 0.4.0の変更点は以下のとおりです。 - vector, deque, stringにおいて (Show more...) 2007-05-15Posted by katono - 2007-05-15 12:11 CSTL 0.3.0をリリースしました。 CSTLは、C++のSTLライクなC/C++用のコンテナライブラリです。vector, deque, list, set, multiset, map, multimap, stringを提供します。 0.3.0の変更点は以下のとおりです。 - dequeの動的な拡張に対応。それに伴 (Show more...) 2007-03-03Posted by katono - 2007-03-03 22:17 CSTL 0.1.0をリリースしました。 CSTLは、C++のSTLライクなC/C++用のコンテナライブラリです。vector, deque, list, set, multiset, map, multimap, stringを提供します。 |