ESP DIGI-VIEW 4 System Manuel d'utilisateur Page 24

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 30
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 23
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.
Vue de la page 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 30

Commentaires sur ces manuels

Pas de commentaire