タグ

threadとC++に関するtasanobuのブックマーク (2)

  • Programming with VC++

    MFC Document-Viewアーキテクチャ Document-View アプリケーション起動時に新規ドキュメントを開かないようにする アプリケーション起動時に特定のファイルを開く ファイルオープン時にMDI子ウィンドウを最大表示する デフォルトのファイルオープン時に表示されるダイアログのファイルの種類を指定するには? 「xxxへの変更を保存しますか?」のダイアログについて Viewビューの背景色を変更する ビットマップを読み込んでビューに表示する Control ボタンコントロール ボタンにビットマップを貼り付ける List Control 選択されている項目のインデックスを取得する プログラムで特定行を選択状態にする レポート形式のリストコントロールへのデータ挿入 リッチエディットコントロールの 特定部分の文字の属性を変更する ブラウザコントロール 実行時に動的

  • Creating a C++ Thread Class | CodeGuru

    Introduction Recently, my brother asked me whether there was an easy way to create a C++ class that facilitated object orientated threading. I have written many multi-threaded libraries in the past; however, they are all in C. C has always been my language of choice for low-level programming; I use C++ for GUI development. Although there are many excellent examples of object-orientated threading o

  • 1