'Projects' 카테고리의 글 목록 (7 Page) — Archive

Projects

Projects

[C++] C++ Primer Plus 6th Chapter Review (Chapter 2)

Chapter Review (C++ Primer Plus 6th, pp.66-67.) 1. What are the modules of C++ programs called? C++ 프로그램을 구성하는 모듈을 무엇이라 부르는가? Answer. 함수 2. What does the following preprocessor directive do? 다음과 같은 전처리 지사자가 하는 역할은 무엇인가? #include Answer. "iostream" 헤더 파일을 현재 작성중인 프로그램 파일에 포함시킨다. 3. What does the following statement do? 다음과 같은 구문이 하는 역할은 무엇인가? using namespace std; Answer. 위 구문이 정의된 범위내에서, 이름공간 "st..

lww7438
'Projects' 카테고리의 글 목록 (7 Page)