336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

algorithm : 알고리즘.


allocator : 할당자.


ANSI/ISO C++ Committee : ANSI_ISO C++ 위원회.


ANSI/ISO C++ Standard  : ANSI_ISO C++ 표준.


ASCII : 아스키.


associative container : 연관 컨테이너.


back insert iterator : 후위 삽입 반복자.


bidirectional iterator : 양방향 반복자.


boolean value : boolean 값.


character : 문자.


character classification : 한정자.


class : 클래스.


comparison object  : 비교 객체.


comparison operation : 비교 연산.


complete specialization : 완전 전문화.


computed assignment operator : 계산된 할장 연산자.


constant iterator : 상수 반복자.


constant reference : 상수 레퍼런스.


constant time : 상수 시간.


constructor : 생성자.


container : 컨테이너.


container template parameter : 컨테이너 템플릿 인자.


control structures : 제어 구조들.


copy constructor : 복사 생성자.


Decimal places : 소수점 아래 자리수.


destructor : 소멸자.


dynamic array : 동적 배열.


encapsulation : 캡슐화.


extensibility : 확정 가능성.


external represention : 외부 표현.


flush : 방출.


formatting : 형식화.


forward declaration : 전방위 선언.


forward iterator : 전방향 반복자.


forward insert iterator : 전위 삽입 반복자


function adaptor : 함수 어댑터.


function object : 함수-객체.



function template : 함수 템플릿.


generalized numeric algorithm : 범용 수치 알고리즘.


generic : 제너릭한.


generic algorithm : 제너릭 알고리즘


global operation : 전역 연산.


header file : 헤더 파일.


I/O stream :  I/O 스트림.( Input / Output)


implicit conversion : 암시적인 변환.


input iterator : 입력 반복자.


insert iterator : 삽입 반복자.


insert mode : 삽입 모드.


instantiations : 인스턴스화.


interchangedability : 호환 가능성.


international Standard for C++ : C++국제 표준.


iostream : 입출력 스트림.


istream iterator : 입력 스트림 반복자.


iterator : 반복자.


lexicographical order : 사전식 순서.,


line-by-line : 라인별.


linear time :  선형 소요 시간.


linked list :  링크드 리스트.


localization facilities : 지역화 기능.


logarithmic time : 로그 소요 시간.


logical operation : 논리 연산.


member function template : 멤버 함수 템플릿.


nondecreasing (ascending) order : 오름 차순.


nonincreasing (descending) order : 내림 차순.


numeric algorithm : 수치 알고리즘.


object-oriented programing : 객체지향 프로그래밍.


operand : 피연산자.


operator : 연산자.


ostream iterator : 출력 스트림 반복자.


parameterization : 파라미터화.


partial specialization : 부분 전문화.,


permutation : 순열, 조합.


placeholder : 위치 부유자.


predicate : 조건자.


quadratic time : 이차 함수적 소요 시간.


quick sort : 퀵 소트.


reallocation : 재할당.


retrun : 반환.


reusable component : 재사용 가능 컴포넌트.


reverse iterator : 역방향 반복자.


scientific notation : 과학기술용 표기법.


sequence algorithm : 시퀀스 알고리즘.


sequence conteiner : 시퀀스 컨테이너.


stack : 스택.


string : 스트링, 문자열.


subset : 일부분, 서브셋.


thread : 쓰레드.


thread safety : 쓰레드 안정성.


traits : 특성.


translation unit : 번역 단위.


virtual fuction : 가상 함수.


worst-case time : 최악 소요 시간. 



+ Recent posts