Link to home
Start Free TrialLog in
Avatar of moharil
moharil

asked on

linking more than 2 files eg xxx.c sss.c

how do i compile more than 2 *.c files into an executable file using Borland C++ on the Windows platform???
Avatar of SwordSaint
SwordSaint

if I'm not wrong, just add these files into a project. but normally you just include the header file to the file which contains the main function. Then the compiler will compile the corresponding .c file.

Hope this answer your question
if I'm not wrong, just add these files into a project. but normally you just include the header file to the file which contains the main function. Then the compiler will compile the corresponding .c file.

Hope this answer your question
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial