Skip to content

Repository for c++ sample codes and descriptions for C++

Notifications You must be signed in to change notification settings

westwood0722/CPPLectures

 
 

Repository files navigation

CPPLectures

Part 1

  1. 역사와 호환성 0.1 절차적 프로그래밍/ 객체지향 프로그래밍/ 제너릭 프로그래밍 (일반화 프로그래밍)/ 함수형 프로그래밍

Part 2


  • To do (목록에 추가해야 할 내용들)

함수 개체(function object)람수, functor 람다 표현식(lambda expression) 우측 값(rvalue)과 좌축 값(lvalue) 스마트 포인터(Smart Pointer): shared_ptr, unique_ptr, weak_ptr 타입추론(type deduction) 우측 값 레퍼런스 (rvalue reference)

References

  1. 마이크로소프트 C++ 언어 참조 (Visual Studio 2019)

  2. boost C++ Libraries

  3. TCPSCHOOL.com - CPP

  4. 새로운 클래스 14.3 가상 함수(오버라이드) 14.5 클래스 계층(다중 상속)

  5. 클래스와 관련된 고급 주제

  6. 5 예외 처리

About

Repository for c++ sample codes and descriptions for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%