From WikiChip
Editing Template:C Guide

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.

Latest revision Your text
Line 1: Line 1:
{{Guide
+
<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;">
|name        = Template:C Guide
+
{| cellspacing="0"
|header      = C Programming Language
+
| style="width: 220px; text-align: center; font-size: 15px; font-weight: bold; color: #4A98D9;" |
|body        =  
+
C Programming Language
{{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]]
{{guide header|Basics}}
+
<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]]
 
* [[Variables - C|Variables]]
 
* [[Basic I/O - C|Basic I/O]]
 
* [[Basic I/O - C|Basic I/O]]
{{guide header|Math}}
+
<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]]  
 
* [[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}}
+
<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]]
 
* [[Conditional statements - C|If Statements]]
 
* [[Looping constructs - C|Loop Constructs]]
 
* [[Looping constructs - C|Loop Constructs]]
Line 20: Line 22:
 
* [[Functions - C|Functions]]
 
* [[Functions - C|Functions]]
 
* [[Error handling - C|Error Handling]]
 
* [[Error handling - C|Error Handling]]
{{guide header|Operators}}
+
<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]]
 
* [[Operators - C|Operators]]
 
* [[Operator precedence and associativity - C|Operator Precedence]]
 
* [[Operator precedence and associativity - C|Operator Precedence]]
{{guide header|Arrays & Pointers}}
+
<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]]
 
* [[Arrays - C|Arrays]]
 
* [[Pointers - C|Pointers]]
 
* [[Pointers - C|Pointers]]
 
* [[Memory management - C|Memory Management]]
 
* [[Memory management - C|Memory Management]]
{{guide header|Strings}}
+
<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]]
 
* [[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}}
+
<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]]
 
* [[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}}
+
<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]]
 
* [[Standard streams - C|Standard Streams]]
 
* [[File I/O - C|File I/O]]
 
* [[File I/O - C|File I/O]]
{{guide header|Concurrency}}
+
<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]]
 
* [[Concurrency - C|Concurrency]]
 
* [[Inter‐thread communication - C|Inter‐Thread Communication]]
 
* [[Inter‐thread communication - C|Inter‐Thread Communication]]
{{guide header|Other}}
+
<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]]
 
* [[Data types - C|Data Types]]
 
* [[Static assertions - C|Static Assertions]]
 
* [[Static assertions - C|Static Assertions]]
Line 49: Line 51:
 
* [[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>

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)