[42seoul] CPP Modules : C++ 익히기

Updated:

블로그 이동 티스토리 -> CPP Modules : C++을 활용한 OOP 익히기

📚 CPP Moudle 08

@42seoul : (2021.01.21 ~ 2020.02.07)

📖 About

  • 이 프로젝트는 CPP 언어에 대한 기초 문법와 OOP, STL 라이브러리를 학습합니다.
  • CPP의 기초 개념을 구현합니다.

📝 학습 내용

  • CPP 0 : 클래스, 생성자, 입출력
  • CPP 1 : 동적할당, 소멸자, 레퍼런스, 함수 오버로딩
  • CPP 2 : 임시 다형성, 연산자 오버로딩, 캐노니컬 폼
  • CPP 3 : 상속, 다중상속
  • CPP 4 : 다형성, 추상클래스, 순수 가상함수, 인터페이스
  • CPP 5 : 예외처리
  • CPP 6 : 형변환(static, reinterpret, dynamic, const)
  • CPP 7 : 템플릿(function, function pointer, class)
  • CPP 8 : STL(Standard Templated Library: Containers, iterators, algorithms)

🔗 Reference

🧑🏻‍💻 Author

kukim

Tags:

Categories:

Updated:

Leave a comment