Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Programming in C and C++ |
| 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. |
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.
|
| 4. |
learn programming 123
|
|
|
A step by step tutorial on programming in c and c++. Topics covered: Introduction to C/C++ Compilers, Input and Output and Libraries, Using Different Data Types, Initialise Variables and Arithmetic Operators, Declaring Constants and Preprocessor Directives, Comments, Errors, clrscr(), writing good readable programs, One Dimensional Arrays and Strings, Relational Operators, the switch statement and use of indentation, for Loops, while and do...while Loops, Functions and Local and Global Variables.
|
| 5. |
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.
|
|
|