Problem with creating a three body simuation in C++
I have written a physics simulation about the classical mechanics famous problem, the three body problem. I have written some code in c++ and have constructed a class named ‘System_variables’.
I have written a physics simulation about the classical mechanics famous problem, the three body problem. I have written some code in c++ and have constructed a class named ‘System_variables’.