Hi i have a problem!
i created 3 source files, and i cant find how i can add them in my program.
i dont mean the include.
i mean to give the option to the user to choose wich of the 3 files he wants to run.
Thx a lot for your time.
hmm it is not working.. sorry to bother you again i want to run
#include <stdio.h>
int X;
int main(){
printf("Give the X of the array");
scanf ("%d", &X);
int Y=X
int X,Y;
int a;
a=malloc(X*sizeof(int));
for(i=0; i<X; i++)
a[i]=malloc(Y*sizeof(int));
int Graph[X,Y];