From WikiChip
Difference between revisions of "Template:C Guide"
(minor edit, remove white space) |
(Removed excessive list padding) |
||
Line 6: | Line 6: | ||
| style="padding-left: 20px;" | | | style="padding-left: 20px;" | | ||
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; padding-bottom: 5px; width: 179px;">Intro</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; padding-bottom: 5px; width: 179px;">Intro</p> | ||
− | + | * [[Introduction - C|Introduction to C]] | |
− | + | * [[Program structure - C|Program structure]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Basics</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Basics</p> | ||
− | + | * [[Variables - C|Variables]] | |
− | + | * [[Basic I/O - C|Basic I/O]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Math</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Math</p> | ||
− | + | * [[Basic arithmetics - C|Basic Arithmetics]] | |
− | + | * [[Math functions - C|Math functions]] | |
− | + | * [[Complex numbers - C|Complex Numbers]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Control Structures</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Control Structures</p> | ||
− | + | * [[Conditional statements - C|If Statements]] | |
− | + | * [[Loop constructs - C|Loop Constructs]] | |
− | + | * [[Goto statements - C|Goto Statements]] | |
− | + | * [[Nonlocal jumps - C|Nonlocal jumps]] | |
− | + | * [[Functions - C|Functions]] | |
− | + | * [[Error handling - C|Error Handling]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Operators</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Operators</p> | ||
− | + | * [[Operators - C|Operators]] | |
− | + | * [[Operator precedence and associativity - C|Operator Precedence]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Arrays & Pointers</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Arrays & Pointers</p> | ||
− | + | * [[Arrays - C|Arrays]] | |
− | + | * [[Pointers - C|Pointers]] | |
− | + | * [[Memory management - C|Memory Management]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Strings</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Strings</p> | ||
− | + | * [[Character handling - C|Character Handling]] | |
− | + | * [[Strings handling - C|Strings Handling]] | |
− | + | * [[Wide strings - C|Wide Strings]] | |
− | + | * [[Unicode - C|Unicode]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Structured Types</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Structured Types</p> | ||
− | + | * [[Structures - C|Structures]] | |
− | + | * [[Unions - C|Unions]] | |
− | + | * [[Bit fields - C|Bitfields]] | |
− | + | * [[Enumerated types - C|Enums]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">I/O</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">I/O</p> | ||
− | + | * [[Standard streams - C|Standard Streams]] | |
− | + | * [[File I/O - C|File I/O]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Concurrency</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Concurrency</p> | ||
− | + | * [[Concurrency - C|Concurrency]] | |
− | + | * [[Inter‐thread communication - C|Inter‐Thread Communication]] | |
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Other</p> | <p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Other</p> | ||
− | + | * [[Data types - C|Data Types]] | |
− | + | * [[Static assertions - C|Static Assertions]] | |
− | + | * [[Generic selection - C|Generic Selections]] | |
− | + | * [[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;}} |