[C++] 타이머 관련

[etc] Linux에서 CMake 최신 버전 설치하기

[etc] CMake로 프로젝트 생성 및 빌드

[MFC] OnTimer 컴파일러 에러

[MFC] Create와 DoModal의 차이

[Visual Studio] fatal error LNK1158: cannot run 'rc.exe' / fatal error LNK1158: cannot run 'mt.exe'

[Git] Updates were rejected because the tip of your current branch is behind

[Git] 실수로 큰 용량의 파일을 리포지토리에 넣었을 때의 대책

Let's C / C++!: C의 문자와 문자열

fatal error C1083: Cannot open include file: 'resource.h': No such file or directory

Cannot convert from 'const char *' to 'LPCTSTR'

warning: deprecated conversion from string constant to ‘char*' 경고

USB 드라이브에서 파티션을 지우려면

C++ 시간 구하기 (gettimeofday, settimeofday)

리눅스 c++ 에서 비동기 키 입력 이벤트 구현

XFCE4를 이용한 리눅스 원격 데스크탑

make 컴파일 시 xxx.o: file not recognized: File truncated 가 나오면서 컴파일이 안 되는 문제

소켓 디스크립터를 Blocking->Non-Blocking으로 변경

Hello World!