반응형 IT창고308 숫자 정렬 #include main() { int point[100]; static int i, pass, hold; static int num; printf("How many numbers => "); scanf("%d",&num); for(i=0;i 2008. 2. 18. 내컴퓨터 찾아보기 #pragma region 내컴퓨터 찾아 보기 void CShellView::OnShellMycomfind() { // TODO: 여기에 명령 처리기 코드를 추가합니다. ITEMIDLIST *pidlBrowse; char pszPathName[MAX_PATH]; CString strPath; lstrcpy (pszPathName, strPath.GetBuffer(strPath.GetLength())); BROWSEINFO BrInfo; memset(&BrInfo, 0, sizeof(BrInfo)); BrInfo.hwndOwner = GetSafeHwnd(); BrInfo.pidlRoot = NULL; BrInfo.pszDisplayName = pszPathName; BrInfo.lpszTitle = "이.. 2008. 2. 14. getmicrotime() function mint_getmicrotime() { list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } 2008. 2. 14. string 계산 로직 void Ctest2View::OnBnClickedButton1() { // TODO: 여기에 컨트롤 알림 처리기 코드를 추가합니다. CString str; int ndxPrev, ndxNext, ndxEnd; CString temp1, temp2, temp3; str.Format("a||1||b||2||c||3"); for(int i=1; i 2008. 2. 14. 이전 1 ··· 40 41 42 43 44 45 46 ··· 77 다음