Difference between revisions of "C Specifics"

esse quam videri
Jump to: navigation, search
m
m (Overview)
Line 1: Line 1:
 
[[Programming Club]]
 
[[Programming Club]]
 
==Overview==
 
==Overview==
 +
<table>
 +
 +
<tr>
 +
<td>Language:</td>
 +
<td>Intended Use:</td>
 +
<td>Paradigms:</td>
 +
<td>Standards:</td>
 +
<td>Failsafe Call:</td>
 +
<td>Type Checking:</td>
 +
<td>Type Strength:</td>
 +
<td>Type Safety:</td>
 +
</tr>
 +
 +
</table>
 +
 
==File Structure==
 
==File Structure==
 
===Including/Importing Files===
 
===Including/Importing Files===

Revision as of 16:25, 16 September 2009

Programming Club

Overview

Language: Intended Use: Paradigms: Standards: Failsafe Call: Type Checking: Type Strength: Type Safety:

File Structure

Including/Importing Files

Header/Body Files

Object Relationships

Features

Preprocessor Directives