All About: File I/O in C++
Very large and comprehensive tutorial about File I/O in C++. Starts with the very basis and goes to the advanced topics.
(Added: 11-May-2002 Hits: 4957 Rating: 0 Votes: 0) Rate It | Recommend It
C for beginners. Really.
Ever wanted to learn C? This is a great start. This tutorial assumes your about as smart as a four year old.
(Added: 9-Oct-2001 Hits: 13552 Rating: 6.82 Votes: 12) Rate It | Recommend It
C++ Annotations
This document is intended for knowledgeable users of C who would like to make the transition to C++.
(Added: 15-May-2000 Hits: 3789 Rating: 5.33 Votes: 3) Rate It | Recommend It
Welcome to From The Ground Up: A Guide to C++.
We're going to go over everything you'll need to transfer all of your skills in Pascal (or any similar language -- while this tutorial was designed with Pascal programmers in mind, it is possible to get the gist of things) right over to C++.
(Added: 15-May-2000 Hits: 5300 Rating: 9.40 Votes: 5) Rate It | Recommend It
Industrial Strength C++
This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability Maturity Model (CMM) states that coding standards are mandatory for any company with quality ambitions. Developing such a coding standard is, however, a non-trivial task, particularly for a complex multi- paradigm language like C++. In this ebook we give you a good start for a programming standard for a particular company or project.
(Added: 9-Jun-2005 Hits: 815 Rating: 0 Votes: 0) Rate It | Recommend It
Introduction to Object-Oriented Programming Using C++
In this paper, object-orientation is introduced as a new programming concept which should help you in developing high quality software. Object-orientation is also introduced as a concept which makes developing of projects easier.
(Added: 26-Nov-2007 Hits: 122 Rating: 0 Votes: 0) Rate It | Recommend It
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).
(Added: 17-Dec-2007 Hits: 220 Rating: 0 Votes: 0) Rate It | Recommend It
Understanding C++ data types I
Tutorial for those beginners in C++ or even in programming who didn’t understand C++ data types. This is meant to be a patch to other books, that cover the basics of C++. Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples.
(Added: 6-Aug-2005 Hits: 591 Rating: 0 Votes: 0) Rate It | Recommend It