-
Notifications
You must be signed in to change notification settings - Fork 1
/
_toc.yml
36 lines (35 loc) · 942 Bytes
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
format: jb-article
root: intro
sections:
- file: part_one/intro
sections:
- file: part_one/01_running
title: Running C++ code
- file: part_one/02_hello_world
- file: part_one/03_simple_math
- file: part_one/04_input-output
- file: part_one/05_troubleshooting
- file: part_one/exercises_one
- file: part_two/intro
sections:
- file: part_two/01_datatypes
- file: part_two/02_operators
- file: part_two/03_control
- file: part_two/04_functions
- file: part_two/exercises_two
- file: part_three/intro
sections:
- file: part_three/01_pointers
- file: part_three/02_structs
- file: part_three/03_header_files
- file: part_three/04_build_systems
- file: part_three/05_combining_with_python
- file: part_three/exercises_three
- file: appendices/intro
sections:
- file: appendices/keywords
- file: appendices/c-preprocessor
- file: changelog
- file: genindex
title: Index
- file: further_reading