File => New => Project Workspace => OK => Console Application.
Click on Create.
A window will open on the right-hand side of the screen in which to
enter your source code.
Click on File => Save As.4) Next, in the order indicated, choose:Make sure that you are in the project directory created in step one, then type in a file name (e.g., HelloWorld.cpp).
Click on Save.
Insert => Files into Project.5) To compile your project:Browse to locate the *.cpp file that you just saved in step three. Click on it to select it, then click on Add.
Click on File => Close WorkSpace.