Recent content by d_m

  1. D

    3 bodies problem-programming in C

    So far I have only done this: #include <stdlib.h> #include <stdio.h> #include <math.h> main(int argc, char* argv[]) { double x[101]; double y[101]; double m1; double m2; double ax[101]; double ay[101]; double x0; double y0; double vx0...
  2. D

    3 bodies problem-programming in C

    Hello. I have been folowing this forum for a while, but this is the 1st time I post. If I make any spelling mistakes, forgive me because I'm not an english born speaker. My problem is the following, I have to write this program in C, and the graphical part is to be made in allegro or...
Back
Top