일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Ctrl z
- WebService
- pca
- 알고리즘
- 모든 경우수 돌기
- 전세
- 동적 프로그래밍
- 주식
- SW검정
- 동적프로그래밍
- SQLite
- 네트워크 문제 해결
- algorithm 함수
- vc mfc
- gsoap
- SW 검정
- 주성분 분석
- 최소 신장 트리
- 모터종류
- 보정서
- 특허
- 리본
- 리눅스
- 유클리드 거리
- 직선의 방정식
- 진보성
- Linux
- PID 제어
- PID
- 플레인 스위핑
- Today
- Total
목록vc mfc (3)
다음은 VC++ 6.0의 프로젝트에서 Debugging Information를 Enable하는 방법입니다. 1. Project를 open 한 뒤 menu Project/Settings 를 선택합니다. 2. Settings For를 Win32 Release로 선택합니다. 3. C/C++ tab에서 category를 General로 선택하고 Debug info를 Program Database로 선택합니다. 4. Link tab에서 category를 General로 선택하고 Generate debug info를 check합니다. 5. Rebuild All를 실행하여서 프로그램을 다시 Build 합니다. 이제 디버깅 하고자 하는 위치에 Break Pointer 를 잡고 Go를 실행하면, 디버깅을 진행할 수 있습..
http://msdn.microsoft.com/en-us/library/bb983718.aspx MFC Library Reference How to: Put Controls On Toolbars [Note: This documentation applies to the Visual C++ 2008 Feature Pack, which is available for download at http://www.microsoft.com/downloads/details.aspx?FamilyId=D466226B-8DAB-445F-A7B4-448B326C48E7&displaylang=en.] This topic describes how to add a toolbar button that contains a Windows..
2.클라이언트 폼이 크기에 따라 자동으로 스크롤바 생성/삭제 스크롤바 클래스멤버임 ResizeParentToFit(); ============================================== 수행 시간재기 CTime startTime = CTime::GetCurrentTime(); // ... perform time-consuming task ... for(UINT a=0;a 034.0 34.5 --> 034.5 =============================================== 시스템 시간 알아오기 CTime time=CTime::GetCurrentTime(); CString text; text.Format("%02d%02d%02d%d%02d%02d%02d",time.Ge..