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.
行数が固定された MFC を使用してリスト コントロールを実装する必要があります。行数が固定数の FIFO を使用する必要があります。これに組み込みのオプションはありますか?またはプログラム可能な方法。
ゼロから始める場合は、コントローラーのロジックを STL の標準的なもの (std::list など) に単純にバインドできます。