flexible class operatorsThank you, but that's not what I'm looking for. The point is I want to operator to include all varia...
flexible class operatorsHey People, I have a very simple class State containing a bunch of variables. Now I want to define ...
Applying Runge-Kutta method to circular motionHey people, For anyone interested: I figured it out. Problem is that you need to apply Runge - Kutt...
Applying Runge-Kutta method to circular motionHey 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]