From WikiChip
Difference between revisions of "Template:C Guide"

(Converted into {{Guide}})
Line 1: Line 1:
<div class="noprint" style="float:right; box-shadow: 0 0 4px #BDBDBD inset; background-color: #FFFFFF; border-radius: 5px; width:220px; padding:10px; margin-left: 10px; margin-bottom: 15px;">
+
{{Guide
{| cellspacing="0"
+
|name        = Template:C Guide
| style="width: 220px; text-align: center; font-size: 15px; font-weight: bold; color: #4A98D9;" |
+
|header      = C Programming Language
C Programming Language
+
|body        =
|-
+
{{guide header|Intro}}
| 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>
 
 
* [[Introduction - C|Introduction to C]]
 
* [[Introduction - C|Introduction to C]]
 
* [[Program structure - C|Program structure]]
 
* [[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>
+
{{guide header|Basics}}
 
* [[Variables - C|Variables]]
 
* [[Variables - C|Variables]]
 
* [[Basic I/O - C|Basic I/O]]
 
* [[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>
+
{{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]]
<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>
+
{{guide header|Control Structures}}
 
* [[Conditional statements - C|If Statements]]
 
* [[Conditional statements - C|If Statements]]
 
* [[Loop constructs - C|Loop Constructs]]
 
* [[Loop constructs - C|Loop Constructs]]
Line 22: Line 20:
 
* [[Functions - C|Functions]]
 
* [[Functions - C|Functions]]
 
* [[Error handling - C|Error Handling]]
 
* [[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>
+
{{guide header|Operators}}
 
* [[Operators - C|Operators]]
 
* [[Operators - C|Operators]]
 
* [[Operator precedence and associativity - C|Operator Precedence]]
 
* [[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>
+
{{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]]
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Strings</p>
+
{{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]]
<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>
+
{{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]]
<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>
+
{{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]]
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px; width: 179px;">Concurrency</p>
+
{{guide header|Concurrency}}
 
* [[Concurrency - C|Concurrency]]
 
* [[Concurrency - C|Concurrency]]
 
* [[Inter‐thread communication - C|Inter‐Thread Communication]]
 
* [[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>
+
{{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>
{{Navbar|Template:C Guide|text=|mini=1|style=float:right;}}
 
</div>
 
<noinclude>
 
 
[[Category:C programming language]]
 
[[Category:C programming language]]
 
[[Category:Guide templates]]
 
[[Category:Guide templates]]
 
</noinclude>
 
</noinclude>

Revision as of 01:26, 13 May 2014