Constructors and Destructors, Physics Simulation (Part 1)

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=Gr_M_60Sm-I



Duration: 1:15:44
118 views
1


Today we learned about constructors and destructors, which are functions that get implicitly called whenever a variable gets made and destroyed.


We used this to make a simple physics simulation of a bowl of ramen bouncing around inside of a world.







Tags:
csci 40
constructors
destructors
physics simulation
c++