what do you mean by files? what type of files? and a project in eclipse can obviosly have many c files. Did you try to do it and it didn't work?
– SouadFeb 15 '17 at 10:33
file in the sense , a c program..i tried and i am able to create only one file under a project name
– user123Feb 15 '17 at 10:36
does this [question](http://stackoverflow.com/questions/2424795/building-multiple-binaries-within-one-eclipse-project) help ?
– SouadFeb 15 '17 at 10:43
Let's clear up the terminology. A program is a single **executable**. The executable may be built from multiple **source** files. Are you asking how to have several different executables configured in a project, or how to add source files?
– StoryTeller - Unslander MonicaFeb 15 '17 at 10:49
Possible duplicate of [Building multiple binaries within one Eclipse project](http://stackoverflow.com/questions/2424795/building-multiple-binaries-within-one-eclipse-project)
– rustyxFeb 25 '17 at 17:10