Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Using Inno Setup5 - Creating an install package with this setup compiler - C++ tutorial

Using Inno Setup5 - Creating an install package with this setup compiler tutorial description
| Added on | 17.03.2008 |
| Total clicks | 0 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Using Inno Setup5 - Creating an install package with this setup compiler
More cool C++ tutorials:

A C# program can be written either in a text editor or in an integrated development environment (IDE). The later provides access to various other features. In this tutorial we examine the Visual Studio 2008 IDE in order to illustrate various concepts of a C# windows program.

A quick video tutorial to show you how to make and utilize your own custom emotions in MSN Messenger, just by using flash.

To read some text from the command line you use the Console.Read or Console.ReadLine method implemented in the .net framework. The difference between them is that the Console.Read method reads the next character from the command line, whereas Console.ReadLine reads the next line of characters instead of just a simple character. The Console.Read method returns an integer and should be cast to a char during the input. There is also a special function called Console.ReadKey( Boolean display) which obtains the key that is pressed on the keyboard and if the display parameter is false it depicts it.

Tutorial for understanding the C++ functions. It shows you two functions that return the same result but are coded differently.

Variables - A beginner's introduction to using variables in C




