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

Allegro Vivace tutorial description
| Added on | 04.03.2008 |
| Total clicks | 137 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Allegro Vivace
More cool C++ tutorials:

The string class is designed specifically for storing and manipulating strings. Some operations of this class include conversion to lower or uppercase, removal of leading and trailing whitespace, replacing characters, comparing two strings and more. Also, a ToString() method is inherited to every object in C#, making available a string conversion of any object. Of course, this method can be overridden in your classes so that you can define the process in which this conversion takes place.

This article introduces some brand new approach to the basic isometric scrolling and object sorting. *note: log on to www.geocities.com/z_yang2000/tutorials to see the original article with graphics

Sometimes is necessary to hold more than one object in your program as an object, a part, of a bigger collection. For example, one might want to store information about each book in his possession. So, a collection which represents these books must be defined. The C# language and the .Net environment offer you numerous techniques for implementing these kinds of collections in your code. One of those techniques is by using a collection structure.

This tutorial will show you how the Selection Sort algorithm works. It is mostly used to sort numbers, but you can sort letters as well using the ASCII numeration. The tutorial also includes a sample program that demonstrates the algorithm.





