cpp-lib-and-dll-on-visual-studio (2/2)previous post coverswhat LIB and DLL files arehow to make LIB fileshow to use LIB filesthis post covershow to make DLL fileshow to use DLL filesdifference between LIB and DLLenvironmentWindows 10 / HomeVisual Studio 2017 / Communitymake-dllopen Visual Studio and make an empty solutionadd a new project by selecting Windows Desktop Wizardselect Dynamic Link Li..
cpp-lib-and-dll-on-visual-studio (1/2)this post coverswhat LIB and DLL files arehow to make LIB fileshow to use LIB filesnext post covershow to make DLL fileshow to use DLL filesdifference between LIB and DLLenvironmentWindows 10 / HomeVisual Studio 2017 / Communityoverview recap on c/cpp compilationwhen you compile a c/cpp code, the process above will be donewe call the time during the process;..
SetCapture() GetCapture() ReleaseCapture()마우스 캡쳐를 연장하는 WinAPI 함수들에 대해 알아봅니다참고 ※ http://www.ucancode.net/Visual_C_Source_Code/MFC-Sample-Code-TrackMouseEvent-GetCapture-SetCapture-ReleaseCapture-GetCursorPos.htm (ucancode) ※ http://soen.kr/lecture/win32api/reference/Function/SetCapture.htm (soen_kr)함수 설명CWnd* SetCapture(HWND)반환값이미 해당 함수를 사용한 윈도우가 있을 경우, 그 윈도우의 핸들을 반환함그런 윈도우가 없을 경우 NULL을 반환함기능매개변수..
C&C++ Note #002콘솔 프로그램의 화면 갱신콘솔 프로그램의 화면을 (빈 화면으로) 갱신하고, 커서의 위치를 빈 화면의 좌상단으로 옮기는 방법에 대해 알아봅니다.참고 ※ http://www.cplusplus.com/forum/articles/10515/ (cplusplus) ※ https://msdn.microsoft.com/ko-kr/library/cc230318.aspx (MSDN) ※ https://docs.microsoft.com/en-us/windows/console/coord-str (MSDN)문제프로그램의 규모가 커짐에 따라 출력문이 많아질 경우, 출력창이 지저분해지기 쉬움한 번에 하나의 화면만 보여줘야할 경우해결system("cls") : stdlib.h의 system() 사용해당 ..
C&C++ Note #001콘솔 프로그램의 중단콘솔 프로그램의 실행을 중단하여, 화면의 출력을 유지하는 방법에 대해 알아봅니다.참고 ※ http://www.cplusplus.com/forum/articles/7312/ (cplusplus) ※ http://www.cplusplus.com/forum/articles/11153/ (cplusplus) ※ https://msdn.microsoft.com/ko-kr/library/078sfkak.aspx (MSDN)문제콘솔 프로젝트를 F5 단축키로 디버깅 실행시, 프로그램이 종료되었을 때 콘솔창 또한 닫힘콘솔 프로젝트의 출력을 일정 구간씩 분할하여 차례대로 내보내야 하는 상황해결system("pause"); : stdlib.h의 system()을 사용해당 코드가..
- Total
- Today
- Yesterday
- pclaf
- unity
- A.I.
- PopeTV
- WindowAPI
- windows
- C/C++
- Anaconda
- visualstudio
- JIT
- Game
- NOX
- CUDA
- CAFFE
- cuDNN
- ATOM
- Python
- dll
- shader
- vscode
- DirectX
- git
- lib
- csharp
- Docker
- tensorflow
- visual-studio
- Slack
- Hashtable
- unreal
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |