This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
database_20and_20files [2018/03/31 11:26] richardrussell created |
database_20and_20files [2020/06/08 15:49] (current) richardrussell |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====Database and Files===== | ||
+ | |||
==== Arrays ==== | ==== Arrays ==== | ||
Line 10: | Line 12: | ||
* [[/Searching%20ordered%20lists|Searching ordered lists]] | * [[/Searching%20ordered%20lists|Searching ordered lists]] | ||
* [[/Using%20array%20pointers|Using array pointers]] | * [[/Using%20array%20pointers|Using array pointers]] | ||
- | \\ | + | |
==== Data Structures ==== | ==== Data Structures ==== | ||
Line 23: | Line 25: | ||
* [[/Stacks%20using%20structures|Stacks using structures]] | * [[/Stacks%20using%20structures|Stacks using structures]] | ||
* [[/Storing%20structures%20in%20files|Storing structures in files]] | * [[/Storing%20structures%20in%20files|Storing structures in files]] | ||
- | \\ | + | |
==== Databases ==== | ==== Databases ==== | ||
* [[/SQLite%20Example%20Program%20%28PhoneNos%29|Creating a simple database application using SQLite]] | * [[/SQLite%20Example%20Program%20%28PhoneNos%29|Creating a simple database application using SQLite]] | ||
- | \\ | + | |
==== Disks and directories ==== | ==== Disks and directories ==== | ||
Line 44: | Line 46: | ||
* [[/Selecting%20multiple%20files|Selecting multiple files]] | * [[/Selecting%20multiple%20files|Selecting multiple files]] | ||
* [[/When%20and%20when%20not%20to%20use%20%2ACD|When and when not to use *CD]] | * [[/When%20and%20when%20not%20to%20use%20%2ACD|When and when not to use *CD]] | ||
- | \\ | + | |
==== Files ==== | ==== Files ==== | ||
Line 73: | Line 75: | ||
* [[/Using%20supplied%20example%20files|Using supplied example files]] | * [[/Using%20supplied%20example%20files|Using supplied example files]] | ||
* [[/Writing%20log%20files|Writing log files]] | * [[/Writing%20log%20files|Writing log files]] | ||
- | \\ | + | |
==== Memory Manipulation ==== | ==== Memory Manipulation ==== | ||
+ | * [[/allocating_and_freeing_memory_blocks|Allocating and freeing memory blocks]] | ||
* [[/Swapping%20the%20contents%20of%20two%20areas%20of%20memory|Swapping the contents of two areas of memory]] | * [[/Swapping%20the%20contents%20of%20two%20areas%20of%20memory|Swapping the contents of two areas of memory]] | ||
- | \\ | + | |
==== Registry ==== | ==== Registry ==== | ||
* [[/Simple%20Registry%20Usage|Simple Registry Usage]] | * [[/Simple%20Registry%20Usage|Simple Registry Usage]] | ||
+ |