사용자:Ruin/작성중/쉽게 배우는 C++ 레퍼런스: 두 판 사이의 차이

잔글 (→‎C++98)
잔글 (→‎C++13)
85번째 줄: 85번째 줄:


=== C++11 ===
=== C++11 ===
=== C++13 ===
=== C++17 ===
=== C++17 ===



2015년 7월 18일 (토) 14:00 판

API 레퍼런스처럼 기초 개념을 쉽게 참고할 수 있게 작성된 페이지이다.

키워드

C++98

  • and
  • and_eq
  • asm
  • auto
  • bitand
  • bitor
  • bool
  • break
  • case
  • catch
  • char
  • class
  • compl
  • const
  • const_cast
  • continue
  • default
  • delete
  • do
  • double
  • dynamic_cast
  • else
  • enum
  • explicit
  • export
  • extern
  • false
  • float
  • for
  • friend
  • goto
  • if
  • inline
  • int
  • long
  • mutable
  • namespace
  • new
  • not
  • not_eq
  • operator
  • or
  • or_eq
  • private
  • protected
  • public
  • register
  • reinterpret_cast
  • return
  • short
  • signed
  • sizeof
  • static
  • static_cast
  • struct
  • switch
  • template
  • this
  • throw
  • true
  • try
  • typedef
  • typeid
  • typename
  • union
  • unsigned
  • using
  • virtual
  • void
  • volatile
  • wchar_t
  • while
  • xor
  • xor_eq

C++11

C++17

코드의 구조

파일 단위

파일 내 구역 단위

구역

문장 단위

프로그램의 컴파일과 실행과정

컴파일 타임과 런타임

선언과 정의

전처리 명령어

linkage

기본 문법

변수와 메모리

타입

입출력

연산자

타입 캐스팅

조건문

반복문

함수

디버깅

객체지향 프로그래밍

구조체

공용체

열거형

클래스

연산자 오버로딩