Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Creating Header Files for Your Project

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

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

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

  3. Click Finish.

The newfile.h file is created on disk in the project directory and added to the Header Files folder.