Part I : C Language
Introduction
Handling Repetition
Handling a Big Work
Handling Series of Data
- Background (A.pdf)
- Arrays (A.pdf, B.pdf)
- Pointers (A.pdf, B.pdf)
- Array Pointers (A.pdf, B.pdf)
- Array Access Methods (A.pdf, B.pdf)
- Structures (A.pdf, B.pdf)
- Applications of Arrays (A.pdf)
- Applications of Pointers (A.pdf)
- Applications of Array Pointers (A.pdf)
- Applications of Array Access Methods (A.pdf)
- Applications of Structures (A.pdf)
- Spreadsheet Example Programs
Handling Various Kinds of Data
Handling Low Level Operations
Declarations
Class Notes
- TOC (TOC.pdf)
- Day01 (A.pdf, B.pdf, C.pdf) ...... Introduction (1) Standard Library
- Day02 (A.pdf, B.pdf, C.pdf) ...... Introduction (2) Basic Elements
- Day03 (A.pdf, B.pdf, C.pdf) ...... Introduction (3) Numbers
- Day04 (A.pdf, B.pdf, C.pdf) ...... Structured Programming (1) Flowcharts
- Day05 (A.pdf, B.pdf, C.pdf) ...... Structured Programming (2) Conditions and Loops
- Day06 (A.pdf, B.pdf, C.pdf) ...... Program Control
- Day07 (A.pdf, B.pdf, C.pdf) ...... Function (1) Definitions
- Day08 (A.pdf, B.pdf, C.pdf) ...... Function (2) Storage Class and Scope
- Day09 (A.pdf, B.pdf, C.pdf) ...... Function (3) Recursion
- Day10 (A.pdf, B.pdf, C.pdf) ...... Arrays (1) Definitions
- Day11 (A.pdf, B.pdf, C.pdf) ...... Arrays (2) Applications
- Day12 (A.pdf, B.pdf, C.pdf) ...... Pointers (1) Definitions
- Day13 (A.pdf, B.pdf, C.pdf) ...... Pointers (2) Applications
- Day14 (A.pdf, B.pdf, C.pdf) ...... C String (1)
- Day15 (A.pdf, B.pdf, C.pdf) ...... C String (2)
- Day16 (A.pdf, B.pdf, C.pdf) ...... C Formatted IO
- Day17 (A.pdf, B.pdf, C.pdf) ...... Structure (1) Definitions
- Day18 (A.pdf, B.pdf, C.pdf) ...... Structure (2) Applications
- Day19 (A.pdf, B.pdf, C.pdf) ...... Union, Bitwise Operators, Enum
- Day20 (A.pdf, B.pdf, C.pdf) ...... Linked List
- Day21 (A.pdf, B.pdf, C.pdf) ...... File Processing
- Day22 (A.pdf, B.pdf, C.pdf) ...... Preprocessing
See also https://cprogramex.wordpress.com/
Part II : C Standard Libraries
The C libraries
- Character Processing (pdf)
- String Processing (pdf, B.pdf)
- Memory Allocations (pdf)
- I/O Functions (pdf, B.pdf)
- Memory Functions (in String Processing)
- Mathematical Functions (pdf)
Part III : Compiling & Linking
Compiling
Linking and Loading
ELF
- Overview - ELF (pdf)
Binutil
- Overview - Binutil (pdf)
Make
Part IV : Workings of the GNU Compiler and Linker
Workings of the GNU Compiler
- Overview (pdf)
- Access (pdf)
- Operators (pdf)
- Control (pdf)
- Procedure (pdf)
- Arrays (pdf)
- Structures (pdf)
- Alignment (pdf)
- Pointers (pdf)
Workings of the GNU Linker
Overview
- Static Linking Overview (pdf)
- Dynamic Linking Overview (pdf)
Linking Process
Example I
Examples II
- analysis of dynamic linking (A.pdf)
- analysis of PIC (A.pdf)
Part V : Workings of the ELF Files
ELF Study
ELF Relocations
Relocation Examples
- Relocs example introduction (E1.pdf)
- Relocs in an object for a library (E2.pdf)
- Relocs in an object for an executable (E3.pdf)
- Relocs in a library (E4.pdf)
- Relocs in an executable (E5.pdf)
- Result Summary (E6.pdf)
- Symbol Table Listing (E7.pdf)
- Relocs Listing (E8.pdf)
- Assembly Listing (E9.pdf)
- Reloc Experiments (F.pdf)
Executable and Linkable Format
Object Files
- Introduction
- ELF Header
- Sections
- String Table
- Symbol Table
- Relocation (A.pdf)
Program Loading and Dynamic Linking
- Introduction
- Program Header
- Program Loading
- Dynamic Linking (pdf)
C Library
- C Library
Part VI : Assembly Programming
GAS (GNU Assembler)
GCC Inline Assembly
NASM
ld (Gnu Linker)
Linker Script
- Basic Script Concepts
- Script Format
- Simple Example
- Simple Commands
- Assignments
- SECTIONS
- MEMORY
- PHDRS
- VERSION
- Expression
- Implicit Linker Scripts
Part VII : Debugging & Profiling
Background
- Stack (pdf)
- strace
- \proc
- Optimization
Gnu Debugger
- Using GDB (pdf)
Profiling
Old Materials
until 201201
- Intro.Overview.1.A (pdf)
- Intro.Memory.1.A (pdf)
- Intro.Number.1.A (pdf)
- Repeat.Control.1.A (pdf)
- Repeat.Loop.1.A (pdf)
- Work.Function.1.A (pdf)
- Work.Scope.1.A (pdf)
- Series.Array.1.A (pdf)
- Series.Pointer.1.A (pdf)
- Series.Structure.1.A (pdf)
- Data.Type.1.A (pdf)
- Data.TypeCast.1.A (pdf)
- Data.Operators.1.A (pdf)
until 201107
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.