トップ 最新

#3 [全文検索]

検索方法

並べ替え: 表示件数: 検索条件の書式:

[SIMILAR] WITH 38266 strings WITH 21662 libstdc WITH 8640 stlport WITH 7748 modifictions WITH 7748 ァ+ WITH 7380 textstlport WITH 6907 implementations WITH 6506 長バ WITH 5863 greater WITH 5572 choice WITH 5466 定長 WITH 5293 comparison WITH 4947 processing WITH 4850 parameters WITH 3105 basic WITH 3088 のst WITH 2915 without WITH 2784 then WITH 2528 language WITH 2410 プコ WITH 1897 string WITH 1754 ァレ WITH 1743 best WITH 1680 gnu WITH 1057 固定 WITH 930 パフ WITH 869 you WITH 837 実装 WITH 823 結論 WITH 704 コピ WITH 697 引用 WITH 667 ッフ の検索結果 180 件中 1 - 10 件目 (0.133706613 秒)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 次へ

2006-01-16 [類似検索]

[C++] Comparison of Strings Implementations in C++ language

Invalid TextSTLportGNU libstdc++のstd::basic_stringパフォーマンスの比較など。結論だけ引用すると、 This tests show that for processing long strings (greater than 50K) the best choice is ropes; if you use strings of size 1K-50K then the best choice is strings from GNU libstdc++; GNU li ...

#  (スコア:10000)

2002-11-16 [類似検索]

STLportbasic_string::reserve()

STLportbasic_string::reserve()ってもともとのバッファのサイズが十分あってもわざわざ新しくメモリを確保してコピーしてしまうんですね。vector::reserve()はcapacity()よりも引数が大きいときしかやらないのに。なので、reserve()を呼ぶ前にcapacity()を呼び出してサイズが充分でない場合だけreserve()を呼 ...

#  (スコア:1885)

2007-05-27 [類似検索]

[Q3] [C++] STLport 5.1.3

長らく4系を使っていたSTLportを5.1.3に更新しました。Windows CE系のサポートも以前に比べるとすごく良くなっていていろいろとパッチを当てなくてもそのまま使えそうです。 4系ではnode_allocがインラインだったので、STLportで__node_allocを共有で書いたようにひとつのDLLからエクスポートするようにしていた ...

#  (スコア:1724)

2007-11-02 [類似検索]

[C++] STLport用のautoexp.dat

STLport用のautoexp.datが公開されていました。追加すると、各種コンテナの中身などがVS2005のデバッガでかなり追跡しやすくなります。実際のファイルはこれです。 ...

#  (スコア:1724)

2008-08-17 [類似検索]

ツッコミ!! (snak)

そのあたりで大きく変わったとすれば、STLportのバージョンを上げたことが関係あるかもしれませんね。細かい実装の違いまでチェックしていないので、どこが変わったのかは把握していないのですけど。 ...

#  (スコア:1724)

2005-01-08 [類似検索]

[C++] STLportのhash_mapのiterator

STLportのhash_mapのiteratorをインクリメントするときにキーが壊れていると正しくインクリメントできません。例えばこんな感じ。 struct X { }; typedef std::hash_map<X*, int> M; M m; m.insert(M::value_type(new X(), 0)); for (M::iterator it = m.begin(); it != m.end(); ++it) delete (*it).first; イ ...

#  (スコア:1724)

2006-12-06 [類似検索]

STLport 5.1.0

#  (スコア:1724)

2002-02-20 [類似検索]

Windows CEでSTL

Windows CEでSTLを使うという話は結構あって、<a href="http://www.stlport.org/>STLportとか、STL for eMbedded Visual C++ - Windows CEとかがある。 ところが、これらのものはそのままでは特別な状況でもない限り使い物にならない。というのは、 1. STL(特にコンテナ)はC++例外に全面的に依存している 2. ...

#  (スコア:1724)

2005-12-27 [類似検索]

[C++] STLport 5.0.1

#  (スコア:1724)

2007-10-10 [類似検索]

STLport 5.1.4

おそらく使っていない部分しか変わっていませんが、QMAIL3で使っているDLLも更新しました。 ...

#  (スコア:1724)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 次へ