FILE* pFile = fopen("1.txt","w");
fwrite("http://www.886997.com",1,strlen(http://www.886997.com),pFile);
fseek(pFile,0,SEEK_SET); //´ÓÎļþµÄ¿ªÊ¼´¦¸²¸ÇдÈë
char cStr[100];
memset(cStr,0,sizeof(cStr));
fread(cStr,1,100,pFile);
char *pBuf;
fseek(pFile,0,SEEK_END);
int leng = ftell(pFile);
pBuf = new char[len+1];
rewind(pFile); //½«Ö¸ÕëÒÆ¶¯µ½¿ªÍ·
fread(pBuf,1,len,pFile);
pBuf[len] = 0;
fclose(pFile);
CFile file("1.txt",CFile::modeCreate | CFile::modeWrite);
file.Write("sdfdfsd",strlen("sdfdfsd",)
char* pBuf;
DWORD dwLength;
dwLength = file.GetLength();
pBuf = new char[dwLength+1];
pBuf[dwLength]=0;
file.Read(pBuf,dwLength);
file.Close();
//¶ÁдINIÎļþ
::WriteProfileString("key","keyName","keyValue");
CString str;
::GetProfileString("key","admin","lisi",str.GetBuffer(100),100);
SSEÊÇÓ¢ÌØ¶ûÌá³öµÄ¼´MMXÖ®ºóÐÂÒ»´ú£¨µ±È»ÊǼ¸ÄêǰÁË£©CPUÖ¸Á£¬×îÔçÓ¦ÓÃÔÚPIIIϵÁÐCPUÉÏ¡£ÏÖÔÚÒѾµÃµ½ÁËIntel PIII¡¢P4¡¢Celeon¡¢Xeon¡¢AMD Athlon¡¢duronµÈϵÁÐCPUµÄÖ§³Ö¡£¶ø¸üеÄSSE2Ö¸Á½öµÃµ½ÁËP4ϵÁÐCPUµÄÖ§³Ö£¬ÕâÒ²ÊÇΪʲôÕâÆªÎÄÕÂÊǽ²SSE¶ø²»ÊÇSSE2µÄÔÒòÖ®Ò»¡£ÁíÒ»¸öÔÒò¾ÍÊÇSSEºÍSSE2µÄÖ¸ÁîϵͳÊǷdz£ÏàËÆµ ......