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}}
+
|-
* [[Introduction - C|Introduction to C]]
+
| style="padding-left: 20px;" |
* [[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;">Intro</p>
{{guide header|Basics}}
+
:* [[Introduction - C|Introduction to C]]
* [[Variables - C|Variables]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Basics</p>
* [[Basic I/O - C|Basic I/O]]
+
:* [[Variables - C|Variables]]
{{guide header|Math}}
+
:* [[Basic I/O - C|Basic I/O]]
* [[Basic arithmetics - C|Basic Arithmetics]]  
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Math</p>
* [[Math functions - C|Math functions]]
+
:* [[Basic arithmetics - C|Basic Arithmetics]]  
* [[Complex numbers - C|Complex Numbers]]
+
:* [[Math functions - C|Math functions]]
{{guide header|Control Structures}}
+
:* [[Complex numbers - C|Complex Numbers]]
* [[Conditional statements - C|If Statements]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Control Structures</p>
* [[Looping constructs - C|Loop Constructs]]
+
:* [[Conditional statements - C|If Statements]]
* [[Goto statements - C|Goto Statements]]
+
:* [[Loop constructs - C|Loop Constructs]]
* [[Nonlocal jumps - C|Nonlocal jumps]]
+
:* [[Goto statements - C|Goto Statements]]
* [[Functions - C|Functions]]
+
:* [[Non-local goto - C|Non-local Goto]]
* [[Error handling - C|Error Handling]]
+
:* [[Functions - C|Functions]]
{{guide header|Operators}}
+
:* [[Error handling - C|Error Handling]]
* [[Operators - C|Operators]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Operators</p>
* [[Operator precedence and associativity - C|Operator Precedence]]
+
:* [[Operators - C|Operators]]
{{guide header|Arrays & Pointers}}
+
:* [[Operator precedence - C|Operator Precedence]]
* [[Arrays - C|Arrays]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Arrays & Pointers</p>
* [[Pointers - C|Pointers]]
+
:* [[Arrays - C|Arrays]]
* [[Memory management - C|Memory Management]]
+
:* [[Pointers - C|Pointers]]
{{guide header|Strings}}
+
:* [[Memory management - C|Memory Management]]
* [[Character handling - C|Character Handling]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Strings</p>
* [[Strings handling - C|Strings Handling]]
+
:* [[Character handling - C|Character Handling]]
* [[Wide strings - C|Wide Strings]]
+
:* [[Strings handling - C|Strings Handling]]
* [[Unicode - C|Unicode]]
+
:* [[Wide strings - C|Wide Strings]]
{{guide header|Structured Types}}
+
:* [[Unicode - C|Unicode]]
* [[Structures - C|Structures]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Structured Types</p>
* [[Unions - C|Unions]]
+
:* [[Structures - C|Structures]]
* [[Bit fields - C|Bitfields]]
+
:* [[Unions - C|Unions]]
* [[Enumerated types - C|Enums]]
+
:* [[Bit fields - C|Bitfields]]
{{guide header|I/O}}
+
:* [[Enumerated types - C|Enums]]
* [[Standard streams - C|Standard Streams]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">I/O</p>
* [[File I/O - C|File I/O]]
+
:* [[Standard streams - C|Standard Streams]]
{{guide header|Concurrency}}
+
:* [[File I/O - C|File I/O]]
* [[Concurrency - C|Concurrency]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Concurrency</p>
* [[Inter‐thread communication - C|Inter‐Thread Communication]]
+
:* [[Concurrency - C|Concurrency]]
{{guide header|Other}}
+
:* [[Inter‐thread communication - C|Inter‐Thread Communication]]
* [[Data types - C|Data Types]]
+
<p style="border-bottom: 1px dashed #C9C9C9; color: #363636; display: block; font-weight: bold; margin-top: 18px; padding-bottom: 5px;">Other</p>
* [[Static assertions - C|Static Assertions]]
+
:* [[Data types - C|Data Types]]
* [[Generic selection - C|Generic Selections]]
+
:* [[Static assertions - C|Static Assertions]]
* [[Preprocessor - C|Preprocessor]]
+
:* [[Generic selection - C|Generic Selections]]
* [[C standard library|Standard Library]]
+
:* [[Preprocessor - C|Preprocessor]]
}}<noinclude>
+
:* [[C standard library|Standard Library]]
 +
|}
 +
{{Navbar|Template:C Guide|text=|mini=1|style=float:right;}}
 +
</div>
 +
<noinclude>
 
[[Category:C programming language]]
 
[[Category:C programming language]]
[[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)