Official Review
NULL
|
Other links at C and C++ > Tips and Tutorials > Development |
| 1. |
Introduction to C++ Classes
|
|
|
This tutorial introduces the key concepts of C++ classes. Designed for experienced C programmers who wish to learn the fundamentals of object-oriented programming.
|
| 2. |
Horner's Algorithm
|
|
|
This tutorial will teach you how to run the Horner's algorithm, for number convertion. It converts numbers from specified numeric system into decimal, without using powers, which makes the whole process faster. The tutorial won't explain why these arithmetic calculations do so, but just how to run them.
|
| 3. |
Pointers And Arrays
|
|
|
This tutorial is dedicated on the pointers and the arrays in C. It introduces the concept and usages of pointers and arrays.
|
| 4. |
HTML Snapshot
|
|
|
HTML Snapshot ActiveX Component uses the internet explorer's functionality to take (capture) a snapshot of a given URL. It hosts the web browser control on windows to download webpage and then capture it as image. It can be easily integrated into applications written in languages that support ActiveX Compoent such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages and Scripts.
|
| 5. |
Selection Sort
|
|
|
This tutorial will show you how the Selection Sort algorithm works. It is mostly used to sort numbers, but you can sort letters aswell using the ASCII numeration. The tutorial also includes a sample program that demonstrates the algorithm.
|
|
|