Whenever I create new empty c++ project in Visual studio 2017, the project property Linker > System > Subsystem was Console (/SUBSYSTEM:CONSOLE)
.
I know i can set its property as empty by my hand but I want to change the default as empty value.
Who has an answer about this?
Could you please provide us the specific steps to create new empty c++ project in Visual studio 2017?
I follow the following steps to create, the default as empty value:
1,Click File->New ->Project
2,Choose Visual C++ -> Empty project. And then add the name of the project.
3,The project property -> Linker > System > Subsystem was empty value.