1、
based_code
:是為了向後相容用的。
2、mfc提供的由cdialog派生的類:
derived dialog class
purpose
ccolordialog
選擇顏色
cfiledialog
選擇檔名以開啟或儲存
cfindreplacedialog
查詢或替換對話方塊
cfontdialog
選擇字型
cprintdialog 列印
cprintdialogex
windows 2000
列印屬性表
3、domodal()顯示windows 通用檔案對話方塊。
4、updatedata(true/false)
其中:false是將變數對映到控制項;true則是從控制項到變數
5、lpstr和lpwstr是win32和vc++所使用的一種字串資料型別。
lpstr被定義成是乙個指向以null(『/0』)結尾的8位ansi字元陣列指標;lpwstr是乙個指向以null結尾的16位雙位元組字元陣列指標。
6、cfile是mfc檔案類的基類,它直接提供非緩衝的二進位制磁碟輸入/輸出裝置,並直接地通過派生類支援文字檔案和記憶體檔案。
cfile與carchive類共同使用,支援mfc物件的序列化。
7、globalalloc從堆中分配指定大小的記憶體
8、globallock鎖定全域性記憶體物件,並返回記憶體塊的首位址。
C 學習總結
using system using system.collections.generic using system.text namespace helloworld class fraction class program console.writeline sum private static...
C 學習總結
用一段 來表示的話就是這樣了 void main int date 1 while date 17 cout 第 這種教學方式,在讓自己增長知識的同時還考驗著乙個人對堅持做一件事的決心和毅力。相對於前者來說,我感覺在社會中後者的作用可能會更大吧。現在我發現部落格對我的吸引力更大了,當看到自己的十分用...
C 學習總結
函式 convert.toint32 把使用者輸入的資料轉換為 int 資料型別,因為 console.readline 只接受字串格式的資料。字尾u 和 l 分別表示 unsigned 和 long。b退格鍵 字元 obsolete don t use oldmethod,use newmetho...