Hello,
when I am creating a C++ project in NetBeans, there is a toggle button "Create main file" - I just enter a name for it and that's all.
The problem is that I cannot put that file in a "different" folder than right in the main project folder. And I am "used" to put all the source files in a "src" folder (and its subfolders), but at the "project creation time" I "cannot" put the main file there.
So I tried "not" to create the main file at project creation, but after that create manually the "src" file and then create a "cpp" file in that folder (this is "allowed" in NetBeans). But NetBeans could not find "which" is the main file.
So how can I choose the main file other than when creating a project (if it is possible)?