CPP new

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Apr 25 16:48
Editor
Edited
Edited
2023 Apr 25 16:52
Refs
Refs
C Pointer

Can dynamically allocate variables to
Heap

  • return pointer
  • Constructor is called for new object
  • Can still initialize non-class types
 
 
 
 
 
 

 

Recommendations