Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キーが文字列で値が整数であるハッシュ テーブルがあるとします。X 軸がキー文字列を表し、Y 軸が値の範囲を表すように、ハッシュ テーブルを棒グラフまたはヒストグラムとして視覚化するアイデアはありますか? 前もって感謝します!
カスタムタイプ A のオブジェクトがあります (std::string、vector などの多くのメンバーを持ち、生のポインターを持たないクラス)。
これで、A オブジェクトのリストができました。
A tmpobj; std::list<A> temp;
std::list: