Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Learn C Programming - C++ tutorial

Here is a reference of C standard Library functions
Learn C Programming tutorial description
| Added on | 04.03.2008 |
| Total clicks | 15 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Learn C Programming
More cool C++ tutorials:

A small book for those beginners in C++ or even in programming who didn’t understand C++ data types. This is meant to be a patch to other books, that cover the basics of C++. Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples.

The switch statement offers the programmer the capability to choose a specific block of code from a set of mutually exclusive ones. It is similar but not identical to the if statement. The block of code that will be chosen is not known before the execution of the program. This can be for example due to different windows platform or specific localization settings of each country.

The if statement is a so-called conditional statement. It allows you to branch your code depending on whether certain conditions are met or not. C# has two such conditional statements, the if statement and the switch statement. In this tutorial we will talk about the if statement, a frequent element of all programs.

C Win32 API Wrapper - How to wrap the Win32 API in classes





