From 7e0f021a9aec35fd8e6725e87e3313b101d26f5e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 27 Jan 2008 11:37:44 +0100 Subject: Initial import (2.0.2-6) --- reference/C/EXAMPLES/examples.html | 160 +++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 reference/C/EXAMPLES/examples.html (limited to 'reference/C/EXAMPLES/examples.html') diff --git a/reference/C/EXAMPLES/examples.html b/reference/C/EXAMPLES/examples.html new file mode 100644 index 0000000..b86f7ee --- /dev/null +++ b/reference/C/EXAMPLES/examples.html @@ -0,0 +1,160 @@ + + + + + + C Programming Examples + + + + +
+
+

+C Programming Examples

+ +
+

All these examples have been tested on a PC running Linux and using +the 'gcc' compiler. You can extract the programs with the 'save' option +under 'file' and compile with your own compiler. +

+
+o
+ +
+Your first C program.
+ +
+o
+ +
+if.
+ +
+o
+ +
+while.
+ +
+o
+ +
+do.
+ +
+o
+ +
+for example 1.
+ +
for A more advanced example. +
+o
+ +
+switch.
+ +
+o
+ +
+function.
+ +
+o
+ +
+Global and local variables.
+ +
+o
+ +
+Increment & decrement.
+ +
+o
+ +
+Pass command line arguments.
+ +
+o
+ +
+Print from 10 to 1 - three examples.
+ +
+o
+ +
+Read a file - version 1.
+ +
+o
+ +
+manipulate strings.
+ +
+o
+ +
+Using 'curses' to read a password.
+ +
+o
+ +
+Programs requiring X. Unix users +only.  +
+ +
+o
+ +
+Index of all example programs.
+ +
+o
+ +
+O'Reillys' Using C examples.
+ +
+o
+ +
+O'Reillys' Practical C examples.
+ +
+o
+ +
+Bob Stouts 'Snippets'.
+
+ +
+
+ + + + + + + + + +
TopMaster +IndexKeywordsFunctions
+ +

+


+
+Martin Leslie
+ + + -- cgit v1.2.3-54-g00ecf