과제에서 fractional의 뜻

https://greatzzo.tistory.com/56

 

생성자 소멸자 Constructor, Detructor

https://velog.io/@underlier12/C-03-%EC%83%9D%EC%84%B1%EC%9E%90%EC%99%80-%EC%86%8C%EB%A9%B8%EC%9E%90

 

복사생성자 copy constructor

https://hwan-shell.tistory.com/43

https://ryeom2.tistory.com/13

 

(할당) 연산자 오버로딩 (Assignation Operator Overloading)

https://musket-ade.tistory.com/entry/C-%EB%8C%80%EC%9E%85-%EC%97%B0%EC%82%B0%EC%9E%90-%EC%98%A4%EB%B2%84%EB%A1%9C%EB%94%A9

https://ju3un.github.io/operator-overloading/

 

부동소수점, 고정소수점

부동소수점 floating point

https://gsmesie692.tistory.com/94

고정소수점 fixed point

https://linsoo.co.kr/archives/13865

 

함수 뒤의 const

https://jms0707.tistory.com/36

 

virtual destructor 가상 소멸자

http://blog.naver.com/PostView.nhn?blogId=beyondlegend&logNo=110034093455&redirect=Dlog&widgetTypeCall=true&directAccess=false

 

roundf

 

header

  • for c: <math.h>
  • for c++: <cmath>

 

https://ehpub.co.kr/round-roundf-roundl-%ED%95%A8%EC%88%98/

 


 

cpp03 클래스 멤버 함수 포인터 배열 사용하기

 

jacking75.github.io/classMemberFuncPointerArray/

'Code 42 > CPP MODULEs' 카테고리의 다른 글

CPP-MODULE-01  (4) 2021.01.28
Cpp Module 07, 08  (0) 2021.01.26
CPP Module 04, 05  (0) 2021.01.23
Mac Os Valgrind 설치하기  (0) 2021.01.19
CPP MODULE 00  (0) 2021.01.18
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기
// custom