From WikiChip
Difference between revisions of "Template:C Guide"
(initial template) |
(fixed some stuff) |
||
Line 29: | Line 29: | ||
:* [[Memory management - C|Memory Management]] | :* [[Memory management - C|Memory Management]] | ||
<p style="text-decoration:underline;">Strings</p> | <p style="text-decoration:underline;">Strings</p> | ||
− | :* [[Strings | + | :* [[Character handling - C|Character Handling]] |
− | :* [[Wide | + | :* [[Strings handling - C|Strings Handling]] |
+ | :* [[Wide strings - C|Wide Strings]] | ||
:* [[Unicode - C|Unicode]] | :* [[Unicode - C|Unicode]] | ||
<p style="text-decoration:underline;">Structured Types</p> | <p style="text-decoration:underline;">Structured Types</p> | ||
Line 38: | Line 39: | ||
:* [[Enums - C|Enums]] | :* [[Enums - C|Enums]] | ||
<p style="text-decoration:underline;">I/O</p> | <p style="text-decoration:underline;">I/O</p> | ||
− | :* [[Standard | + | :* [[Standard streams - C|Standard Streams]] |
:* [[File I/O - C|File I/O]] | :* [[File I/O - C|File I/O]] | ||
<p style="text-decoration:underline;">Concurrency</p> | <p style="text-decoration:underline;">Concurrency</p> | ||
:* [[Threads - C|Threads]] | :* [[Threads - C|Threads]] | ||
− | :* [[ | + | :* [[Inter‐thread communication - C|Inter‐Thread Communication]] |
<p style="text-decoration:underline;">Other</p> | <p style="text-decoration:underline;">Other</p> | ||
:* [[Static assertion - C|Static Assertions]] | :* [[Static assertion - C|Static Assertions]] | ||
:* [[Generic selection - C|Generic Selections]] | :* [[Generic selection - C|Generic Selections]] | ||
:* [[Preprocessor - C|Preprocessor]] | :* [[Preprocessor - C|Preprocessor]] | ||
− | :* [[ | + | :* [[C standard library|Standard Library]] |
|} | |} | ||
{{Navbar|Template:C Guide|text=|mini=1|style=float:right;}} | {{Navbar|Template:C Guide|text=|mini=1|style=float:right;}} |