Although the most popular files used in Microsoft Visual C++ are header and source files, this IDE allows you to create various other types of files that are not natively C++ types.
To create a file, if a project is currently opened:
- On the main menu, click Project -> Add New Item... This would open the New dialog box from where you can select the desired type of file and click Open. By default, the new file would open in the Source Code Editor. If you want to open the file otherwise, after selecting it in the New dialog box, click the arrow of the Open As combo box.
- In the Solution Explorer or the Class View, right- click the name of the project, position the mouse of Add, and click the option you want
Comments
Post a Comment