minGW pthread library add

minGW pthread library add 1.step: minGW installer click 2. step: All Packages -> MinGW libraries -> MinGW Standard Libraries package check mingw32-pthread-w32 dev mingw32-pthread-w32 doc mingw32-pthread-w32 lic step: menu > Installation -> […]

C – Data Types

Data types in c refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and […]

error: redefinition of ‘struct timespec’ [C 에러]

error: redefinition of ‘struct timespec’ log c:mingw/include/pthread.h:320:8: error: redefinition of ‘struct timespec’ struct timespec { ^ In file included from c:mingwincludetime.h:53:0, from c:mingwincludepthread.h:219, from test1.c:2: c:mingw/include/parts/time.h:105:8: note: originally defined here struct timespec […]

VI Editor 단축키

i 는 유닉스 기본 에디터로서 가장 많이 사용하는 편집기 입니다.   vi 모드    1) 입력모드 : 실제 내용을 편집할수있는 입력 모드 2) 명령모드 : esc 키를 누른후 명령모드로 복귀하여 텍스트파일 조작이 가능함(복사, […]