From WikiChip
Difference between revisions of "Template:C Guide"
(Removed excessive list padding) |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Guide | |
− | + | |name = Template:C Guide | |
− | | | + | |header = C Programming Language |
− | C Programming Language | + | |body = |
− | | | + | {{guide header|Intro}} |
− | | | ||
− | |||
* [[Introduction - C|Introduction to C]] | * [[Introduction - C|Introduction to C]] | ||
* [[Program structure - C|Program structure]] | * [[Program structure - C|Program structure]] | ||
− | + | {{guide header|Basics}} | |
* [[Variables - C|Variables]] | * [[Variables - C|Variables]] | ||
* [[Basic I/O - C|Basic I/O]] | * [[Basic I/O - C|Basic I/O]] | ||
− | + | {{guide header|Math}} | |
* [[Basic arithmetics - C|Basic Arithmetics]] | * [[Basic arithmetics - C|Basic Arithmetics]] | ||
* [[Math functions - C|Math functions]] | * [[Math functions - C|Math functions]] | ||
* [[Complex numbers - C|Complex Numbers]] | * [[Complex numbers - C|Complex Numbers]] | ||
− | + | {{guide header|Control Structures}} | |
* [[Conditional statements - C|If Statements]] | * [[Conditional statements - C|If Statements]] | ||
− | * [[ | + | * [[Looping constructs - C|Loop Constructs]] |
* [[Goto statements - C|Goto Statements]] | * [[Goto statements - C|Goto Statements]] | ||
* [[Nonlocal jumps - C|Nonlocal jumps]] | * [[Nonlocal jumps - C|Nonlocal jumps]] | ||
* [[Functions - C|Functions]] | * [[Functions - C|Functions]] | ||
* [[Error handling - C|Error Handling]] | * [[Error handling - C|Error Handling]] | ||
− | + | {{guide header|Operators}} | |
* [[Operators - C|Operators]] | * [[Operators - C|Operators]] | ||
* [[Operator precedence and associativity - C|Operator Precedence]] | * [[Operator precedence and associativity - C|Operator Precedence]] | ||
− | + | {{guide header|Arrays & Pointers}} | |
* [[Arrays - C|Arrays]] | * [[Arrays - C|Arrays]] | ||
* [[Pointers - C|Pointers]] | * [[Pointers - C|Pointers]] | ||
* [[Memory management - C|Memory Management]] | * [[Memory management - C|Memory Management]] | ||
− | + | {{guide header|Strings}} | |
* [[Character handling - C|Character Handling]] | * [[Character handling - C|Character Handling]] | ||
* [[Strings handling - C|Strings Handling]] | * [[Strings handling - C|Strings Handling]] | ||
* [[Wide strings - C|Wide Strings]] | * [[Wide strings - C|Wide Strings]] | ||
* [[Unicode - C|Unicode]] | * [[Unicode - C|Unicode]] | ||
− | + | {{guide header|Structured Types}} | |
* [[Structures - C|Structures]] | * [[Structures - C|Structures]] | ||
* [[Unions - C|Unions]] | * [[Unions - C|Unions]] | ||
* [[Bit fields - C|Bitfields]] | * [[Bit fields - C|Bitfields]] | ||
* [[Enumerated types - C|Enums]] | * [[Enumerated types - C|Enums]] | ||
− | + | {{guide header|I/O}} | |
* [[Standard streams - C|Standard Streams]] | * [[Standard streams - C|Standard Streams]] | ||
* [[File I/O - C|File I/O]] | * [[File I/O - C|File I/O]] | ||
− | + | {{guide header|Concurrency}} | |
* [[Concurrency - C|Concurrency]] | * [[Concurrency - C|Concurrency]] | ||
* [[Inter‐thread communication - C|Inter‐Thread Communication]] | * [[Inter‐thread communication - C|Inter‐Thread Communication]] | ||
− | + | {{guide header|Other}} | |
* [[Data types - C|Data Types]] | * [[Data types - C|Data Types]] | ||
* [[Static assertions - C|Static Assertions]] | * [[Static assertions - C|Static Assertions]] | ||
Line 51: | Line 49: | ||
* [[Preprocessor - C|Preprocessor]] | * [[Preprocessor - C|Preprocessor]] | ||
* [[C standard library|Standard Library]] | * [[C standard library|Standard Library]] | ||
− | + | }}<noinclude> | |
− | |||
− | |||
− | <noinclude> | ||
[[Category:C programming language]] | [[Category:C programming language]] | ||
+ | [[Category:Guide templates]] | ||
</noinclude> | </noinclude> |