I am trying to implement the Runga-Kutta 4th Order Method (RK4) to a 2nd order non-linear implicit ordinary differential equation. I am having difficulty programming my code in C++ correctly and so was wondering if anyone on this forum has an RK4 code that they could supply me with please.