User profile: Scipio

User info
User name:Scipio
History
Joined:
Number of posts:446
Latest posts:

flexible class operators
Thank you, but that's not what I'm looking for. The point is I want to operator to include all varia...

flexible class operators
Hey People, I have a very simple class State containing a bunch of variables. Now I want to define ...

Applying Runge-Kutta method to circular motion
Hey people, For anyone interested: I figured it out. Problem is that you need to apply Runge - Kutt...

Applying Runge-Kutta method to circular motion
Hey People! I'm trying to approximate circular motion applying the Runge-Kutta method. I use the ...

why isn't my program running?
[code]for(int i=0;i<name.size;i++)[/code] Here it should be [code]name.length()[/code]