0
How to save program in visual studio 2017
sorry i am new at this
2 odpowiedzi
+ 4
Click on file on top right corner, Select 'save/save as' depending on your need. If you select 'save' it will be saved in current directory that you have selected while creating the project. If you select 'save as' choose the path and it will be saved in your desired location.
Note: When you compile and execute your code it is saved automatically in the selected path that you chose when creating the project.