資源簡介
c語言編輯器 gcc
代碼片段和文件信息
#include?
#include?“Main.h“
static?char?g_szClassName[]?=?“MyWindowClass“;
static?HINSTANCE?g_hInst?=?NULL;
#define?IDC_MAIN_TEXT???1001
BOOL?LoadFile(HWND?hEdit?LPSTR?pszFileName)
{
???HANDLE?hFile;
???BOOL?bSuccess?=?FALSE;
???hFile?=?CreateFile(pszFileName?GENERIC_READ?FILE_SHARE_READ?NULL
??????OPEN_EXISTING?0?0);
???if(hFile?!=?INVALID_HANDLE_VALUE)
???{
??????DWORD?dwFileSize;
??????dwFileSize?=?GetFileSize(hFile?NULL);
??????if(dwFileSize?!=?0xFFFFFFFF)
??????{
?????????LPSTR?pszFileText;
?????????pszFileText?=?(LPSTR)GlobalAlloc(GPTR?dwFileSize?+?1);
?????????if(pszFileText?!=?NULL)
?????????{
????????????DWORD?dwRead;
????????????if(ReadFile(hFile?pszFileText?dwFileSize?&dwRead?NULL))
????????????{
???????????????pszFileTex
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????9329924??2011-01-13?16:38??c語言編輯器\devcpp_4.9.9.2_99D.COM.rar
?????文件?????964096??2005-02-23?00:22??c語言編輯器\Dev-Cpp\devcpp.exe
?????文件??????18581??2002-02-09?13:32??c語言編輯器\Dev-Cpp\copying.txt
?????文件??????10807??2004-12-04?01:15??c語言編輯器\Dev-Cpp\NEWS.txt
?????文件?????380928??2005-02-20?06:04??c語言編輯器\Dev-Cpp\Packman.exe
?????文件??????21776??2005-02-18?09:17??c語言編輯器\Dev-Cpp\Lang\English.lng
?????文件???????5561??2003-09-29?18:26??c語言編輯器\Dev-Cpp\Lang\English.tips
?????文件??????22333??2003-03-03?01:23??c語言編輯器\Dev-Cpp\Lang\Bulgarian.lng
?????文件??????25402??2003-12-13?01:10??c語言編輯器\Dev-Cpp\Lang\Catalan.lng
?????文件???????5787??2003-12-13?01:10??c語言編輯器\Dev-Cpp\Lang\Catalan.tips
?????文件??????17398??2004-07-05?18:38??c語言編輯器\Dev-Cpp\Lang\Chinese.lng
?????文件??????19590??2005-01-13?08:51??c語言編輯器\Dev-Cpp\Lang\Chinese_TC.lng
?????文件??????16564??2002-11-03?18:38??c語言編輯器\Dev-Cpp\Lang\Croatian.lng
?????文件??????21593??2005-02-19?10:31??c語言編輯器\Dev-Cpp\Lang\Czech.lng
?????文件???????5686??2004-07-05?18:38??c語言編輯器\Dev-Cpp\Lang\Czech.tips
?????文件??????21224??2003-05-29?20:02??c語言編輯器\Dev-Cpp\Lang\Danish.lng
?????文件???????5524??2002-10-10?09:19??c語言編輯器\Dev-Cpp\Lang\Danish.tips
?????文件??????24208??2005-01-13?08:51??c語言編輯器\Dev-Cpp\Lang\Dutch.lng
?????文件???????6016??2005-01-13?08:51??c語言編輯器\Dev-Cpp\Lang\Dutch.tips
?????文件??????21967??2003-08-29?09:09??c語言編輯器\Dev-Cpp\Lang\Estonian.lng
?????文件???????5741??2003-08-29?09:09??c語言編輯器\Dev-Cpp\Lang\Estonian.tips
?????文件??????24678??2004-07-05?18:38??c語言編輯器\Dev-Cpp\Lang\French.lng
?????文件???????5002??2003-09-29?18:26??c語言編輯器\Dev-Cpp\Lang\French.tips
?????文件??????25421??2004-07-05?20:38??c語言編輯器\Dev-Cpp\Lang\Galego.lng
?????文件???????6861??2004-07-05?20:38??c語言編輯器\Dev-Cpp\Lang\Galego.tips
?????文件??????23519??2005-01-13?08:51??c語言編輯器\Dev-Cpp\Lang\German.lng
?????文件???????6324??2004-01-21?04:52??c語言編輯器\Dev-Cpp\Lang\German.tips
?????文件??????23735??2003-07-03?18:50??c語言編輯器\Dev-Cpp\Lang\Greek.lng
?????文件??????23227??2004-11-29?21:43??c語言編輯器\Dev-Cpp\Lang\Hungarian.lng
?????文件???????5728??2003-01-20?15:58??c語言編輯器\Dev-Cpp\Lang\Hungarian.tips
............此處省略948個文件信息
評論
共有 條評論