Skip to content

Gaon-Choi/cpp_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_study

Code Files for C++ Programming Study

Information

Hanyang University

Division of Computer Software Engineering(CSE) 19

Introduction

This repository created for uploading study materials of C++ Programming.

Exercises in this repositoty are based on this following book.

  • Book's Title: 열혈 C++ 프로그래밍

  • Author: 윤성우

Procedure

[1] Part 01. C++로의 전환

  • Chapter 1. C언어 기반의 C++ 1
  • Chapter 2. C언어 기반의 C++ 2

[2] Part 02. 객체지향의 도입

  • Chapter 3. 클래스의 기본
  • Chapter 4. 클래스의 완성
  • Chapter 5. 복사 생성자(Copy Constructor)
  • Chapter 6. friend와 static 그리고 const

[3] Part 03. 객체지향의 전개

  • Chapter 7. 상속(Inheritance)의 이해
  • Chapter 8. 상속과 다형성
  • Chapter 9. 가상(Virtual)의 원리와 다중상속

[4] Part 04. 객체지향의 완성

  • Chapter 10. 연산자 오버로딩 1
  • Chapter 11. 연산자 오버로딩 2
  • Chapter 12. String 클래스의 디자인
  • Chapter 13. 템플릿(Template) 1
  • Chapter 14. 템플릿(Template) 2
  • Chapter 15. 예외처리(Exception Handling)
  • Chapter 16. C++의 형 변환 연산자

More things will be covered in this repository. Because there are so many contents under each chapter, if you want to see what contents are covered exactly, refer to README.md files uploaded to each chapter folder.

All exercises are copyrighted by Yoon Sung Woo and OrangeMedia.

About

Code Files for C++ Programming Study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages