what do you mean about the struct typo? the struct make me easier to work, why is it wrong? moreover, the Readfile is working as it should isn't...
ok, well is this program able to give me the solution after some corrections??? #include <stdio.h> #include <stdlib.h> #include <math.h> #define...
look man, will you help me or not? every answer you have given me confuses me more!! tell me something in C (and not in C++ as you wrote) or just...
i don't get anything yet, i expect to get the distance. so there should be another function called distance?
well are there any other function i should include in my program or it's fine?' thank you
Ok, well let's take the whole program from the beggining. So far it's ok? #include <stdio.h> #include <stdlib.h> #include <math.t> struct point...
Can you do the program for me please? or at least some functions?
it writes the same wrong message 3 times, that means that it has 3 errors only or the whole program is wrong?? can you make it run correctly?
Thanks for your help but that what i have in my mind, although it doesn't work..can you tell me exactly where my wrong is so i would finish this a...
i have done this so far, i think it's done but it says that it has 3 errors, can you correct them so the program should work? Code : #define MAXN...
#include <stdio.h> #include <stdlib.h> #include <math.h> #define MAXCIRCLES 20 struct point { double x; double y; }; struct line { double a; /*...
I'm really confused right now, how will i use the slope of the line L and how to check which of the two arcs is smaller? can you write me...
I'm having a problem with a program in C and i would appreciate if anyone could helped me. In this program we have to help a driver reach his...
Separate names with a comma.