« Wikilivres:Projet programmation » : différence entre les versions

Un livre de Wikilivres.
Contenu supprimé Contenu ajouté
Tavernier (discussion | contributions)
coquille
Tavernier (discussion | contributions)
ébauche
Ligne 7 : Ligne 7 :
=== Participants ===
=== Participants ===
* [[Utilisateur:J.M. Tavernier|Tavernier]]
* [[Utilisateur:J.M. Tavernier|Tavernier]]

=== Tableau de travail ===

{| class="techtable"
|+ '''Pages disponibles pour les "Concepts clés en programmation"'''
!
! style="width:10%" | [[Programmation B|B]]
! style="width:10%" | [[Programmation Pascal|Pascal]]
! style="width:10%" | [[Programmation C|C]]
! style="width:10%" | [[Programmation C++|C++]]
! style="width:10%" | [[Programmation C#|C#]]
! style="width:10%" | [[Programmation D|D]]
|-
| [[Programmation/Instructions|Instructions]]
| style="background:LightGreen;" | [[Programmation B/Instructions|lire]]
| style="background:LightGreen;" | [[Programmation Pascal/Instructions|lire]]
| style="background:LightGreen;" | [[Programmation C/Instructions|lire]]
| style="background:LightGreen;" | [[Programmation C++/Instructions|lire]]
| style="background:LightGreen;" | [[Programmation C#/Instructions|lire]]
| style="background:LightGreen;" | [[Programmation D/Instructions|lire]]
|-
| [[Programmation/Controles|Instructions de controle]]
| style="background:LightGreen;" | [[Ada Programming/Control|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Flow Control|lire]]
| style="background:LightGreen;" | [[Java Programming/Statements|lire]]
| style="background:LightGreen;" | [[Python Programming/Flow_control|lire]]
| style="background:LightGreen;" | [[Programming:Visual_Basic_Classic/The_Language#Control|lire]]
|-
| [[Programmation/Variables|Variables]]
| style="background:LightGreen;" | [[Ada Programming/Variables|lire]]
| style="background:LightGreen;" | [[C Programming/Variables|lire]]
| style="background:LightGreen;" | [[C++ Programming/Variables|lire]]
| style="background:LightGreen;" | [[Java Programming/Data and Variables|lire]]
| style="background:LightGreen;" | [[Python Programming/Using_variables_and_math|lire]]
| style="background:LightGreen;" | [[Programming:Visual_Basic_Classic/The_Language#Variables|lire]]
|-
| [[Programmation/Types|Types]]
| style="background:LightGreen;" | [[ada Programming/Types|lire]]
| style="background:LightGreen;" | [[C Programming/Types|lire]]
| style="background:LightGreen;" | [[C++ Programming/Data Types Reference|lire]]
| style="background:LightGreen;" | [[Java Programming/Classes, Objects and Types|lire]]
| style="background:LightGreen;" | [[Python Programming/Data_types|lire]]
| style="background:LightGreen;" | [[Programming:Visual_Basic_Classic/Data_Types|lire]]
|-
| [[Programmation/Calculs mathematiques|Calculs mathématiques]]
| style="background:LightGreen;" | [[Ada Programming/Mathematical calculations|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Operators#Arithmetic_operators|lire]]
| style="background:LightGreen;" | [[Java Programming/Math|lire]]
| style="background:LightGreen;" | [[Python Programming/Using_variables_and_math|lire]]
| style="background:LightGreen;" | [[Programming:Visual Basic Classic/Simple Arithmetic|lire]]
|-
| [[Programmation/Procedures et fonctions|Procedures et fonctions]]
| style="background:LightGreen;" | [[Ada Programming/Subprograms|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Functions|lire]]
| style="background:LightGreen;" | [[Java Programming/Methods|lire]]
| style="background:LightGreen;" | [[Python Programming/Functions|lire]]
| style="background:LightGreen;" | [[Programming:Visual Basic Classic/Procedures and Functions|lire]]
|-
| [[Programmation/Surcharge|Surcharge de fonctions]]
| style="background:LightGreen;" | [[Ada Programming/Function overloading|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Functions#Overloading|lire]]
| style="background:LightGreen;" | [[Java Programming/Methods|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Structure et style|Structure et style]]
| style="background:LightGreen;" | [[Ada Programming/Basic|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Code_Style|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[Programming:Visual Basic Classic/Coding Standards|lire]]
|-
| [[Programmation/Manipulation de chaines|Manipulation de chaines]]
| style="background:LightGreen;" | [[Ada Programming/Strings|lire]]
| style="background:LightGreen;" | [[C Programming/Strings|lire]]
| style="background:LightGreen;" | [[C++ Programming/STL/string|lire]]
| style="background:LightGreen;" | [[Java Programming/API/java.lang.String|lire]]
| style="background:LightGreen;" | [[Python Programming/Strings|lire]]
| style="background:LightGreen;" | [[Programming:Visual_Basic_Classic/Strings|lire]]
|-
| [[Programmation/Entrées/Sorties|Entrées/Sorties]]
| style="background:LightGreen;" | [[Ada Programming/Input Output|lire]]
| style="background:LightGreen;" | [[C_Programming/Simple_Input_and_Output|lire]]
| style="background:LightGreen;" | [[C++ Programming/STL/iostream|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Gestion de mémoire|Gestion de mémoire]]
| style="background:LightGreen;" | [[Ada Programming/Types/access|lire]]
| style="background:LightGreen;" | [[C Programming/Memory_management|lire]]
| style="background:LightGreen;" | [[C++ Programming/Operators#new_and_delete|lire]]
| style="background:LightGreen;" | [[Java Programming/Destroying Objects|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Gestion des exceptions|Gestion des erreurs]]
| style="background:LightGreen;" | [[Ada Programming/Exceptions|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Exception_Handling|lire]]
| style="background:LightGreen;" | [[Java Programming/Throwing and Catching Exceptions|lire]]
| style="background:LightGreen;" | [[Python Programming/Exceptions|lire]]
| style="background:LightGreen;" | [[Programming:Visual Basic Classic/Effective Programming#Errors|lire]]
|-
| [[Programmation/Programmation orientée objet|Programmation orientée objet]]
| style="background:LightGreen;" | [[ada Programming/Object Orientation|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Programming_Paradigms#Object-Oriented_Programming|lire]]
| style="background:LightGreen;" | [[Java Programming/Creating Objects|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Programmation générique|Programmation générique]]
| style="background:LightGreen;" | [[Ada Programming/Generics|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Templates|lire]]
| style="background:LightGreen;" | [[Java Programming/Generics|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Programmation concurrente|Programmation concurrente]]
| style="background:LightGreen;" | [[Ada Programming/Tasking|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Threading|lire]]
| style="background:LightGreen;" | [[Java Programming/Threads and Runnables|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|-
| [[Programmation/Paquetages et extensions|Paquetages et extensions]]
| style="background:LightGreen;" | [[Ada Programming/Packages|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[Java Programming/Packages|lire]]
| style="background:LightGreen;" | [[Python Programming/Modules|lire]]
| style="background:LightCoral;" | –
|-
| [[Programmation/Librairies|Librairies]]
| style="background:LightGreen;" | [[Ada Programming/Libraries|lire]]
| style="background:LightCoral;" | –
| style="background:LightGreen;" | [[C++ Programming/Libraries|lire]]
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
| style="background:LightCoral;" | –
|}


[[Catégorie:Projets Wikilivres]]
[[Catégorie:Projets Wikilivres]]

Version du 20 février 2007 à 09:40