Recent posts

[C++] 조건문

less than 1 minute read

July 04 2022

예제 코드 #include <iostream> using namespace std; int main() { int i = 1; if (i == 1) { cout << 1 << en...

[C++] 컴파일

less than 1 minute read

July 03 2022

과정 Preprocessing #include 와 #define 와 같은 전처리기 매크로들을 처리 Compile 소스 파일들을 어셈블리 코드로 변환 Assemble 어셈블리 코드들을...

[C++] 파일 입출력

less than 1 minute read

July 03 2022

예제 코드 #include <fstream> #include <iostream> #include <string> using namespace std; void read(string fileName) { if...

[C++] 역사

less than 1 minute read

July 02 2022

1979년 : C with Classes Bjarne Stroustrup가 객체 지향적인 언어인 Simula의 컨셉을 C언어에 접목