| Home : C and C++ : Tips and Tutorials |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Tips and Tutorials Listings
|
|
Total:
90 | Displaying: 51 - 60 | Pages: << 1 2 3 4 5 6 7 8 9 >> |
|
|
|
Secure Programming : Random Numbers : This paper discusses how to get secure random numbers for your application. We describe how to take a single, secure, random number (a seed), and stretch it into a big stream of random numbers using a secure pseudo-random number generator. We talk about how to get random data in lots of different representations (e.g., an integer in a particular range or a printable string). We also discuss how to get real randomness in an environment that is fundamentally deterministic, and we give advice on figuring out how to estimate how much randomness exists in a piece of data.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
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.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
Socket Programming in Unix : A good tutorial that will teach you on basic network programming in Unix.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
The Ultimate Introduction to C : This tutorial will guide you through an introduction to C programming. It explains to you what a compiler is and where you can get one for free. It then teaches you how to program in C, learn: Your very first C program, what pointers are and why do we use them, file operations, arrays, conditionals, control structures and much more. A must for anyone wanting to learn C programming.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
The VGA Training Program : This tutorial will teach you how to create some graphics over C++ and Pascal. It requires some programming knowledge.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
The Visual Studio.NET C++ Compiler : The new Microsoft Visual Studio.NET C++ compiler provides you with a comprehensive, up-to-the-minute production-level development environment for creating all Windows ME, Windows 2000, and XP applications.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
Transforming a string into ASCII : Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
TUTorials Ground:: C and C++ tutorials : TUTorials Ground is Large Database website Listing Free C and C++ tutorials, E-books , Manauls , Tips & other resouces.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
Using Internet Sockets : This is a beginner's guide to Network Programming in C++. It covers the basics, and gives you great foundation to the next level.
Platform(s): N/A BSP; - Updated: 10/22/2005
|
|
|
Using SQLite with Visual C++ : What is SQLite? SQLite is a C library that implements an embeddable SQL database engine.Are you looking for a way to create compact and yet very powerful database applications without without having to buy a commercial database server?Do you want full control over the size of your database applications without having to use ADO, ODBC and other bloated libraries?Are you a shareware programmer having trouble finding a database server suits your unique needs? Why not use SQLite?If you answered "Yes" then download this sample eBook to see what it can do for you.
Platform(s): WINDOWS BSP; - Updated: 10/22/2005
|
|
|
Tips and Tutorials Listings
|
|
Total:
90 | Displaying: 51 - 60 | Pages: << 1 2 3 4 5 6 7 8 9 >> |
|
|