Eat Study Love

먹고 공부하고 사랑하라

SW 만학도/C++ & Algorithm 19

9. Inheritance - Advanced and Applications

https://eglife.tistory.com/52 8. Inheritance - Basics https://eglife.tistory.com/51 7. Copy&Move, Special Members https://eglife.tistory.com/50 6. Out_of_class Definition & Operator Overloading https://eglife.tistory.com/49 5. Classes https://eglife.tistory.com/43 4. Functions and Memory Management https://eg eglife.tistory.com 꾸역 ~ 꾸역 이해했던 저번의 Inheritance 기초과정에 추가로 심화된 부분을 다뤄보자. 마찬가지로 전단계에서 공부했..

8. Inheritance - Basics

https://eglife.tistory.com/51 7. Copy&Move, Special Members https://eglife.tistory.com/50 6. Out_of_class Definition & Operator Overloading https://eglife.tistory.com/49 5. Classes https://eglife.tistory.com/43 4. Functions and Memory Management https://eglife.tistory.com/36 3. C++ Standard Library (3) https://egli eglife.tistory.com 요번엔 C++ Class 상속 Inheritance에 관한 얘기다. 내용이 딱딱한만큼 예시는 말캉한 포켓몬스터로..

7. Copy&Move, Special Members

https://eglife.tistory.com/50 6. Out_of_class Definition & Operator Overloading https://eglife.tistory.com/49 5. Classes https://eglife.tistory.com/43 4. Functions and Memory Management https://eglife.tistory.com/36 3. C++ Standard Library (3) https://eglife.tistory.com/35 2. C++ Standard Library (2) https://eglife.tistory.com/34 1. C eglife.tistory.com 깨달은 게 있다. 뭔가 뇌가 꼬이는 거 같고, 이해가 너무 안 될 때는 일단..

6. Out_of_class Definition & Operator Overloading

https://eglife.tistory.com/49 5. Classes https://eglife.tistory.com/43 4. Functions and Memory Management https://eglife.tistory.com/36 3. C++ Standard Library (3) https://eglife.tistory.com/35 2. C++ Standard Library (2) https://eglife.tistory.com/34 1. C++ Standard Library (1) 아 ~ 이게 무 eglife.tistory.com 갈수록 어려워지는 C++의 세계 Class 쪽으로 갈수록 뭔가 내용이 점점 많아진다. 그래도 말 그대로 내용이 많.아. 지는 것이지 솔직히 어렵지는 않다. 뭐든 ..

5. Classes

https://eglife.tistory.com/43 4. Functions and Memory Management https://eglife.tistory.com/36 3. C++ Standard Library (3) https://eglife.tistory.com/35 2. C++ Standard Library (2) https://eglife.tistory.com/34 1. C++ Standard Library (1) 아 ~ 이게 무슨 영어, 중국어 배우는 것도 아니고 코딩하나 하 eglife.tistory.com C++에서도 오고야 말았다.. Class! 파이썬때도 살짝 맛 봤었으나 매콤했던 걸로 기억하는데.. OOP를 위해선 어쩔 수 없이 익숙해져야 하는 클라스!! 클래스!! Classes Cl..

4. Functions and Memory Management

https://eglife.tistory.com/36 3. C++ Standard Library (3) https://eglife.tistory.com/35 2. C++ Standard Library (2) https://eglife.tistory.com/34 1. C++ Standard Library (1) 아 ~ 이게 무슨 영어, 중국어 배우는 것도 아니고 코딩하나 하는데도 프로그래밍 언어가 너무 많다;; 이거 eglife.tistory.com 이번 시간엔 어렵고 복잡스러워서 피하고 싶지만.. 중요하기 그지 없는 C++의 Call by Reference에 대해 공부를 해보자. 어렵지만, 한 번만 제대로 개념을 잡아 놓으면 여러모로 편리할 것으로 기대한다. 그 전에 복습 잠깐! - Vector의 경우 ..

3. C++ Standard Library (3)

https://eglife.tistory.com/35 2. C++ Standard Library (2) https://eglife.tistory.com/34 1. C++ Standard Library (1) 아 ~ 이게 무슨 영어, 중국어 배우는 것도 아니고 코딩하나 하는데도 프로그래밍 언어가 너무 많다;; 이거 누가 통일 좀 안 시키나ㅠㅠ 그래도 써먹을 eglife.tistory.com 요번엔 Vector의 Container를 다뤄보려고 한다. 문자 그대로 Container, 뭔가 Data를 담는 구조? 의 종류를 알아보는 것! Vector - Vector는 연속된 컨테이너로, dynamic-size array이고 Python의 List와 유사하다. - Data들은 연속된 메모리에 저장된다. - Ran..

2. C++ Standard Library (2)

https://eglife.tistory.com/34 1. C++ Standard Library (1) 아 ~ 이게 무슨 영어, 중국어 배우는 것도 아니고 코딩하나 하는데도 프로그래밍 언어가 너무 많다;; 이거 누가 통일 좀 안 시키나ㅠㅠ 그래도 써먹을데가 분명히 있다고 하니까 이놈의 C++ 공부 eglife.tistory.com 지난 시간에 이어서 C++ STD Library 추가학습 시우시작.. File I / O Streams - Data 작업을 하려면 일단 기본적으로 file I / O 는 할 수 있어야 한다. - C++에선 input file stream --> ifstream , output file stream --> ofstream class를 사용한다. - 얘네는 전부 C++ STD Li..

1. C++ Standard Library (1)

아 ~ 이게 무슨 영어, 중국어 배우는 것도 아니고 코딩하나 하는데도 프로그래밍 언어가 너무 많다;; 이거 누가 통일 좀 안 시키나ㅠㅠ 그래도 써먹을데가 분명히 있다고 하니까 이놈의 C++ 공부도 한 번 시작해본다. C++의 장점은 위와 같다고 한다. 정확히 이게 어떤 걸 의미하는 지는 차차 알아가 봐야 할 부분 모든 프로그래밍 언어를 배울 때 처럼 Hello C++ 부터 공부해보자ㅠㅠ First C++ Program #include int main(void) { std::cout iostream ( C++ Header file 종류 장난 없다.. 엄청 많고 다 암기 必 ) 3) Print function : printf; --> std::cout 4) New line : ' \n ' --> std::e..