[C++] 파일 입출력
예제 코드 #include <fstream> #include <iostream> #include <string> using namespace std; void read(string fileName) { if...
예제 코드 #include <fstream> #include <iostream> #include <string> using namespace std; void read(string fileName) { if...
1979년 : C with Classes Bjarne Stroustrup가 객체 지향적인 언어인 Simula의 컨셉을 C언어에 접목
코드 ```cpp #include #include
코드 ```cpp #include
개요 역사 객체 지향 컴파일 Hello, World!