언어/c언어
c언어 필요 지식
romance penguin
2017. 2. 9. 21:50
반응형
프로그래밍의 이해
hellow world
이스케이프 시퀀스
서식문자
주석
비트,바이트
정수표현 방식
자료형
상수 (리터럴 상수,심볼릭 상수)
연산자 (관계,논리,콤마 형 변환, &)
sizeof
자동 형 변환
함수? (호출, 구성요소, 선언)
if, else, switch, goto
조건 연산자
while, break, continue
for
아스키 코드
가상메모리( 코드,데이터,힙,스택 )
지역, 전역, static, 레지스터
비트 연산자( shift, mask)
배열
char형 배열
전처리기( define, 매크로함수, 조건부)
#pragma, #error, #line, #undef
포인터
포인터 형변환
void형 포인터
포인터 연산
*p++
이중포인터
동적할당 (정적할당)
[]연산자
포인터vs배열
배열 인수
const 포인터
typedef
getch,putch,puts,gets
memcpy,memmove
함수포인터( atexit,)
strcpy,strncpy,strlen
strcat,strncat,strcmp,strncmp
strchr,strrchar,strstr,strtok
atoi, atol, strtol, strtoul
sprintf, sscanf
구조체 (공용체, 정렬)
가변 인수 함수
가변 인수 매크로
스택 프레임
호출규약
파일 입출력 (고수준, 저수준)
빅엔디안, 리틀엔디안
부동 소수점
#include
fork
exec
system
디버깅(gdb)
반응형