Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Programming in C and C++ |
| 1. |
Object-Oriented Design Case Studies with Patterns and C++
|
|
|
Good design and programming is not learned by generalities, but by seeing how significant programs can be made clean, easy to read, easy to maintain and modify, human-engineered, efficient, and reliable, by the application of good design and programming practices. Careful study and imitation of good designs and programs significantly improves development skills.
|
| 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. |
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...
|
| 4. |
Program Library HOWTO
|
|
|
tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux
|
| 5. |
\ to \\ converter
|
|
|
This tutorial pertains to people who're really bogged down with those files which are in one straight line, and ofcourse which are opened in notepad. The reason is \ can't be understood by Notepad and hence needs to \\'d. This tutorial shows you how to do that exactly.
|
|
|