-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yves Chevallier
committed
Aug 2, 2020
1 parent
e5c5c2c
commit a70c30a
Showing
7 changed files
with
66 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
============= | ||
Bibliographie | ||
============= | ||
|
||
Les références utilisées dans cet ouvrage sont : | ||
|
||
- Programming languages C -- `ISO/IEC 9899 <https://www.iso.org/standard/74528.html>`__ | ||
- Le guide complet du langage C -- Claude Delanoy, 844 pages (`ISBN-13 978-2212140125 <https://isbnsearch.org/isbn/9782212140125>`__) | ||
- Le Langage C 2e edition -- K&R, 304 pages (`ISBN-13 978-2100715770 <https://isbnsearch.org/isbn/9782100715770>`__) | ||
- Cracking the coding interview -- Gayle Laakmann, 687 pages (`ISBN-13 978-0984782857 <https://isbnsearch.org/isbn/9780984782857>`__) | ||
- C: The Complete Reference, 4th Ed. -- Osborne, 2.5 pounds (`ISBN-13 978-0070411838 <https://isbnsearch.org/isbn/9780070411838>`__) | ||
|
||
- Die.net -- https://www.die.net | ||
- Wikipedia -- https://www.wikipedia.org | ||
- StackOverflow -- https://stackoverflow.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@book{c99, | ||
title = {Programming languages - C}, | ||
organization = {International Organization for Standardization}, | ||
url = {http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf}, | ||
shorttitle = {{ISO}/{IEC} 9899:99}, | ||
publisher = {{ISO}/{IEC}}, | ||
urldate = {2020-08-02}, | ||
date = {1999-12}, | ||
langid = {english}, | ||
booktitle = {Languages used in information technology} | ||
} | ||
@book{alma991001182659705596, | ||
author = {Delannoy Claude}, | ||
address = {Paris}, | ||
edition = {[Nouvelle édition]}, | ||
isbn = {2-212-08985-6}, | ||
keywords = {C (langage de programmation)}, | ||
language = {fre}, | ||
publisher = {Eyrolles}, | ||
title = {Programmer en langage C [Texte imprimé] : avec exercices corrigés / Claude Delannoy}, | ||
} | ||
@Book{kernighan2004le, | ||
author = {Kernighan, Brian}, | ||
title = {Le langage C norme ANSI}, | ||
publisher = {Dunod}, | ||
year = {2004}, | ||
address = {Paris}, | ||
isbn = {9782100715770} | ||
} | ||
@Book{mcdowell2015cracking, | ||
author = {McDowell, Gayle}, | ||
title = {Cracking the coding interview : 189 programming questions and solutions}, | ||
publisher = {CareerCup, LLC}, | ||
year = {2015}, | ||
address = {Palo Alto, CA}, | ||
isbn = {978-0-9847828-5-7} | ||
} |