From WikiChip
Difference between revisions of "Template:C Guide"
(initial template) |
m |
||
(15 intermediate revisions by 3 users 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]] |
− | + | * [[Program structure - C|Program structure]] | |
− | + | {{guide header|Basics}} | |
− | + | * [[Variables - C|Variables]] | |
− | + | * [[Basic I/O - C|Basic I/O]] | |
− | + | {{guide header|Math}} | |
− | + | * [[Basic arithmetics - C|Basic Arithmetics]] | |
− | + | * [[Math functions - C|Math functions]] | |
− | + | * [[Complex numbers - C|Complex Numbers]] | |
− | + | {{guide header|Control Structures}} | |
− | + | * [[Conditional statements - C|If Statements]] | |
− | + | * [[Looping constructs - C|Loop Constructs]] | |
− | + | * [[Goto statements - C|Goto Statements]] | |
− | + | * [[Nonlocal jumps - C|Nonlocal jumps]] | |
− | + | * [[Functions - C|Functions]] | |
− | + | * [[Error handling - C|Error Handling]] | |
− | + | {{guide header|Operators}} | |
− | + | * [[Operators - C|Operators]] | |
− | + | * [[Operator precedence and associativity - C|Operator Precedence]] | |
− | + | {{guide header|Arrays & Pointers}} | |
− | + | * [[Arrays - C|Arrays]] | |
− | + | * [[Pointers - C|Pointers]] | |
− | + | * [[Memory management - C|Memory Management]] | |
− | + | {{guide header|Strings}} | |
− | + | * [[Character handling - C|Character Handling]] | |
− | + | * [[Strings handling - C|Strings Handling]] | |
− | + | * [[Wide strings - C|Wide Strings]] | |
− | + | * [[Unicode - C|Unicode]] | |
− | + | {{guide header|Structured Types}} | |
− | + | * [[Structures - C|Structures]] | |
− | + | * [[Unions - C|Unions]] | |
− | + | * [[Bit fields - C|Bitfields]] | |
− | + | * [[Enumerated types - C|Enums]] | |
− | + | {{guide header|I/O}} | |
− | + | * [[Standard streams - C|Standard Streams]] | |
− | + | * [[File I/O - C|File I/O]] | |
− | + | {{guide header|Concurrency}} | |
− | + | * [[Concurrency - C|Concurrency]] | |
− | + | * [[Inter‐thread communication - C|Inter‐Thread Communication]] | |
− | + | {{guide header|Other}} | |
− | + | * [[Data types - C|Data Types]] | |
− | + | * [[Static assertions - C|Static Assertions]] | |
− | + | * [[Generic selection - C|Generic Selections]] | |
− | + | * [[Preprocessor - C|Preprocessor]] | |
− | + | * [[C standard library|Standard Library]] | |
− | + | }}<noinclude> | |
− | < | + | [[Category:C programming language]] |
− | + | [[Category:Guide templates]] | |
− | [[Category: | ||
</noinclude> | </noinclude> |