Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Creating New Source Files for Your Project

You can create new source files and add them to your project.

  1. Right-click the Source Files folder and choose New > C Main File.

  2. On the Name and Location page, newmain is displayed in the File Name field.

  3. Click Finish.


Note -  You can also remove files from the folder. In this case, you do not need the main.cpp file that was added by default when you created the project. To remove this file from the project, right-click on the file name and choose Remove From Project.