--- created_at: '2017-11-04T10:59:12.000Z' title: Teach Yourself C in 24 Hours (1997) url: http://aelinik.free.fr/c/index.html author: rayascott points: 172 story_text: comment_text: num_comments: 80 story_id: story_title: story_url: parent_id: created_at_i: 1509793152 _tags: - story - author_rayascott - story_15624521 objectID: '15624521' --- [Source](http://aelinik.free.fr/c/index.html "Permalink to Teach Yourself C in 24 Hours") # Teach Yourself C in 24 Hours ## **Sams Teach Yourself C in 24 Hours** _(Imprint: Sams)_ _(Publisher: Macmillan Computer Publishing)_ Author: Tony Zhang ISBN: 0672310686 * * * [Introduction][1] [Contents][1] [About this Book][1] [Acknowledgments][1] **Part I - The Basics of C** > [Hour 1 - Getting Started][2] [Hour 2 - Writing Your First C Program][3] [ Hour 3 - The Essentials of C Programs][4] [Hour 4 - Data Types and Names in C][5] [Hour 5 - Reading from and Writing to Standard I/O][6] **Part II - Operators and Control- Flow Statements** > [Hour 6 - Manipulating Data with Operators][7] [Hour 7 - Doing the Same Thing Over and Over][8] [Hour 8 - More Operators][9] [Hour 9 - Playing with Data Modifiers and Math Functions][10] [Hour 10 - Getting Controls][11] **Part III - Pointers and Arrays** > [Hour 11 - An Introduction to Pointers][12] [Hour 12 - Storing Similar Data Items][13] [Hour 13 - Manipulating Strings][14] [Hour 14 - Scope and Storage Classes in C][15] **Part IV - Functions and Dynamic Memory Allocation** > [Hour 15 - Functions in C][16] [Hour 16 - Applying Pointers][17] [Hour 17 - Allocating Memory][18] [Hour 18 - More Data Types and Functions][19] **PART V - Structure, Union, File I/ O, and More** > [Hour 19 - Collecting Data Items of Different Types][20] [Hour 20 - Unions: Another Way to Collect Dissimilar Data][21] [Hour 21 - Disk File Input and Output: Part I][22] [Hour 22 - Disk File Input and Output: Part II][23] [Hour 23 - The C Preprocessor][24] [Hour 24 - What You Can Do Now][25] [1]: http://aelinik.free.fr/fm.htm [2]: http://aelinik.free.fr/ch01.htm [3]: http://aelinik.free.fr/ch02.htm [4]: http://aelinik.free.fr/ch03.htm [5]: http://aelinik.free.fr/ch04.htm [6]: http://aelinik.free.fr/ch05.htm [7]: http://aelinik.free.fr/ch06.htm [8]: http://aelinik.free.fr/ch07.htm [9]: http://aelinik.free.fr/ch08.htm [10]: http://aelinik.free.fr/ch09.htm [11]: http://aelinik.free.fr/ch10.htm [12]: http://aelinik.free.fr/ch11.htm [13]: http://aelinik.free.fr/ch12.htm [14]: http://aelinik.free.fr/ch13.htm [15]: http://aelinik.free.fr/ch14.htm [16]: http://aelinik.free.fr/ch15.htm [17]: http://aelinik.free.fr/ch16.htm [18]: http://aelinik.free.fr/ch17.htm [19]: http://aelinik.free.fr/ch18.htm [20]: http://aelinik.free.fr/ch19.htm [21]: http://aelinik.free.fr/ch20.htm [22]: http://aelinik.free.fr/ch21.htm [23]: http://aelinik.free.fr/ch22.htm [24]: http://aelinik.free.fr/ch23.htm [25]: http://aelinik.free.fr/ch24.htm