Hi,
I have one MAIN C program in which I have to call other C program
files. How to call them?
Suppose the main program is MAIN.C and I have to call a function
called "Add" located in another C program called "Second.C".
How to call?
Secondly, calling another C program is good, or should I copy the
MAIN function of "Second.C" and make an independent function of
my main program.
---------------------------------
Securing a computer system has traditionally been a battle of wits: the penetrator tries to find the holes, and the designer tries to close them. � M.Gosser
I have one MAIN C program in which I have to call other C program
files. How to call them?
Suppose the main program is MAIN.C and I have to call a function
called "Add" located in another C program called "Second.C".
How to call?
Secondly, calling another C program is good, or should I copy the
MAIN function of "Second.C" and make an independent function of
my main program.
---------------------------------
Securing a computer system has traditionally been a battle of wits: the penetrator tries to find the holes, and the designer tries to close them. � M.Gosser