Webmasters click here for free quality link exchanges
C/C++ / Development Tutorials
| Page 1 - Page 2 |
| Random number within a range | |
| Sometimes, you need to generate random numbers in an application you create. The problem may appear when you need them to be in a certain interval. It is this tutorial that will help you do this and will help you understand the process. | |
| Calculating the average | |
| A very simple piece of code for the beginner in C++. It demonstrates how to calculate the average of some numbers. Uses the âforâ loop. | |
| CD Drive Control | |
| This tutorial gives you a head start in understanding how C/C++ works with perifferals. It enumerates all CD-ROM drives and allows them to be opened and closed at the touch of a button. | |
| Smart Pointers - Part 1 | |
| In C++, an object that implements the functionality of a pointer and additionaly performs some action whenever an object is accessed through it. Smart pointers are implemented by overloading the pointer-derefrence(->) operator. I know, it is a little bit confusing, but it won;t be so much when you finish this. | |
| Smart Pointers - Part 2 | |
| Second part of the tutorial on smart pointers. This actually implements a collection of songs. The example is very well presented and explained. | |
| Multi Thread Programming in C++ Builder and Delphi | |
| Have you ever written programs that their GUI stops to respond because a process blocks program execution in a point in your code? If so, you can solve this problem with multi thread programming. Windows can run multiple paths in your program at once. So you can do your blocking operations in one threadand GUI operations in main thread. | |
| Registry Prog. With C++ Builder and Delphi, Part I, Reading From Registry | |
| Registry Prog. With C++ Builder and Delphi, Part 2, Writing and Updating | |
| This second part of the tutorial on programming regitry with C++ will cover the writing or updating of setting values from registry database. More, you will be provided with sampe code in order to understand the process much better. | |
| C Programming | |
| It is a complete C Language Learning Cource. So first go through it. | |
| Practical C Programming, 3rd Edition | |
| Its a complete Solution for Practical Programing, actually its a E-Book "Practical C Programming", 3rd Edition By Steve Oualline | |
| Page 1 - Page 2 |