Whenever I create an Eclipse C++ project I select Hello World Project
because it automatically creates an src
folder and an source file. Do you know how I could create a new template where the source file is named main.cpp
, not (project name).cpp
?
Asked
Active
Viewed 328 times
1
-
1Although not technically a duplicate, my answer to http://stackoverflow.com/a/33180391/2796832 should provide you a good starting point on creating templates. – Jonah Graham Jan 12 '17 at 18:16
-
@JonahGraham Thanks. – Jan 12 '17 at 18:18