Skip to content

solareenlo/42Old-CPP_Module_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42Old-CPP_Module_02

ex03

ex02

ex01

ex00

  • copy constructor: 初期化されていないオブジェクトを存在するオブジェクトの情報を使って初期化する.
  • Assignment operator: 初期化されているオブジェクトの情報に別のオブジェクトの情報を上書きする.

Understanding Floating Point Numbers

by Jeff Bezanson