Réutiliser l'existant
Un article de Prog.
Sommaire |
En général
- Interroger Google pour trouver les projets existants
- Recherche dans les hébergeurs libres (gna.org, sourceforge.net, code.google.com, etc.)
- Poser la question dans des forums de discussion
Bibliothèques C
- Bibliothèque C standard : stdio.h, stdlib.h, etc.
- glib : liste chaînée, tableau associatif, chaînes de caractère, gestion des processus légers, etc.
Bibliothèques C++
- Bibliothèque C++ standard : STL
- Boost C++ Libraries
Bibliothèques Python
- Parcourir le Python Package Index
