Intermediate business programming with C++

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Don Voils
Publisher: White Feathers Publishing
Year: 2007

Language: English
City: Wellington, FL

Dedication
Preface
Table of Contents
Lecture 1 Introduction to Business Programming
Lecture 2 Visio and Visual Studio .NET
Lecture 2 Examples
Lecture 3 Functions and Modularization I and Text File I/O
Lecture 3 Examples
Lecture 4 Functions and Modularization II
Lecture 4 Examples
Lecture 5 Pointers in C++
Lecture 5 Examples
Lecture 6 Programmer Defined Data Types I: enum, typedef and structures
Lecture 6 Examples
Lecture 7 Programmer Defined Data Types II: Classes and the UML Type of Design
Lecture 7 Examples
Lecture 8 Operator Overloading
Lecture 8 Examples
Lecture 9 Class Inheritance
Lecture 9 Examples
Lecture 10 Friend Classes and Polymorphism
Lecture 10 Examples
Lecture 11 Template Functions and Template Classes
Lecture 11 Examples
Lecture 12 Files & I/ O Streams
Lecture 12 Examples
Lecture 13 Exception Handling
Lecture 13 Examples
Lecture 14 Data Structures
Lecture 14 Examples
Lecture 15 Standard Template Library (STL)
Lecture 15 Examples
Lecture 16 Binary Trees
Lecture 16 Examples