I created a new C/C++ project via File > New Project > C/C++ > C/C++ Application.
However, under the Source Files folder, only 1 source file with main is allowed.
Is there any way to include more than 1 main source file in the Source Files folder ?
Or do I have to create a new project for each source file ?
In contrast, for each Java project, there can be many .java files in it. I am trying to find the same functionality for C/C++ applications.
Thanks.