Changes

Jump to: navigation, search

Langage C

537 bytes added, 22:52, 18 March 2015
/* treated chapter (Aperçu & Codes & Astuce) */
1) #include <nom_lib.h> indicate at the preprocesseur that the search of this library must be ouside the current directories where is save the global project
2) #include "nom_lib.h" indicate at the preprocesseur that the search of this library must be inside the current directoires
 
=== chapter 3 (résumé) ===
''In French'' : dans ce chapitre on voit la notion de constante ou de variable, de types, on voit aussi les notions d'expression et d'instruction, les notions de fonctions et d'arguments ainsi que les appels de fonction.
 
'' In English'' : in this chapter, these different subjects will be seen : constant / variable / type / expression / instruction / function / argument / and call of functions
 
==== code part ====
 
==== Trick ====
 
 
=== chapter 4 (résumé) ===
 
==== code part ====
 
==== Trick ====
== Liens utiles ==
952
edits