
24
This is a very simple example; the Outline view becomes much more useful when working with larger
source files. This is how it would look like in a different bigger source file:
Edit the source file to modify the output message of the application. In the for loop, change this statement:
printf( "%d Hello John!\n", cnt );
To print your name instead:
printf( "%d Hello your_name!\n", cnt );
Add a new statement before the return line:
printf( "Bye your_name!\n");
To save these changes to the source file select File > Save, or press the shortcut key Ctrl+S.
9. Build the sample application
To build the sample application, in the Project Explorer view, select the project from the Projects tree and
click the Build Project button on the view’s toolbar.
Komentarze do niniejszej Instrukcji