Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Programming in C and C++ |
| 1. |
Functions in C Language
|
|
|
Functions groups a number of program statements into a unit and gives it a name.This tutorial covers how to write simple functions in C language. Then how to pass values to the functions, functions signaure and its return types etc...
|
| 2. |
Arrays in C/C++
|
|
|
A tutorial covering array declaration, accessing array elements, entering data, initializing arrays, and multidimentional arrays. This tutorial also includes code examples as needed.
|
| 3. |
Program Library HOWTO
|
|
|
tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux
|
| 4. |
Programming CGI in C/C++
|
|
|
Designed for beginners in CGI programming, this tutorial presents several useful examples of C/C++ programming on Unix. Topics include: Obtaining the data from the server, URL Encoding, Sending data to the console, Redirection, and more.
|
| 5. |
A Critique of C++
|
|
|
An intermediate tutorial designed for experienced C++ programmers.
|
|
|