42서울 교육과정 4서클 CPP Module 02 학습 노트
42서울 본과정의 네 번째 서클에 포함된 프로젝트, “C++ Module 02”을 진행하며 작성한 메모입니다. 과제를 시작하기 전에 개념 학습을 위해 정리했습니다.
이번 모듈에서 익힐 개념
- CPP Constructor
- Copy constructor
- 부동소수점과 고정소수점
참고링크
CPP 참고링크
부동 소수점 참고링크
- 1. Jeff Bezanson - Understanding and Using Floating Point Numbers
- 2. Jeff Bezanson - Floating point number representation
- 3. Jeff Bezanson - Printing floating point numbers