Up
Access Programming
ASP Programming
C++ Programming
CGI Programming
CSS Programming
DHTML Programming
HTML Programming
Javascript Programming
Perl Programming
PHP Programming
Tools & Utilities
Visual Basic Programming
XML Programming



 

 

 

C++ Programming

"Released in 1985, C++ is an object-oriented programming language created by Bjarne Stroustrup. C++ maintains almost all aspects of the C language, while simplifying memory management and adding several features - including a new data type known as a class (you will learn more about these later) - to allow object-oriented programming. C++ maintains the features of C which allowed for low-level memory access but also gives the programmer new tools which simplify memory management.

C++ is a powerful general-purpose programming language. It can be used to create small programs or large applications. It can be used to make CGI scripts or console-only DOS programs. C++ allows you to create programs to do almost anything you need to do.

Object oriented programming is essentially building a program around self-contained collections of data and code to modify that data; this programming model is in contrast to a model that uses function that act on data scattered throughout a program. Object-oriented programming (or coding, as programming is commonly referred to) is an organizational style, but it helps programmers create reusable code because the code to do a specific thing is entirely contained within a single section of code, and to use the code to perform tasks - for instance, creating a menu - involves using only a small number of functions to access the internals of the class. Think of it as a black box that can be easily carried from place to place, and that perform complex actions simply at the press of a button: for instance, a microwave lets you heat food for a specified time limit - say, two minutes - by typing in the time and pressing the heat button. You do not need to know how the microwave operates or why the physics works. In the same way that self-contained appliances simplify life for the consumer, object-oriented programming simplifies the transfer of source code from one program to another program by encapsulating it - putting it all in one place." Definition courtesy of: cprogramming.com

 


 

 

 

Add-ons & Utilities

bullet Borland C++ Builder 6 Profesional
bullet Borland C++ Builder 6 Personal
bullet Turbo C++ Suite 1.0
bullet Borland C++ Builder 6 Pro Upgrade from Borland C++ 5
bullet Borland C++ Builder 6 Enterprise Suite Client/Server Upgrade CD-ROM
bullet Borland C++ Builder 6 Enterprise
bullet Borland C#BUILDER V1.0 ARCH CD-MOST 1U P/U ( CSA1310WWCS180 ) CD-ROM
bullet Borland C#BUILDER V1.0 PRO CD-MOST 1U P/U ( CSB1310WWCS180 ) CD-ROM
bullet Borland C#BUILDER V1.0 ENT CD-MOST 1U P/U ( CSE1310WWCS180 ) CD-ROM
bullet Microsoft Visual C# .NET Standard
bullet Microsoft Visual C++ .NET Standard
bullet Borland C++ 5.0 Programming Starter Kit
bullet Borland C++ Builder 4.0 Enterprise Suite-Client/server Upgrade CD-ROM
bullet Borland C++ Builder 5.0 Professional
bullet Microsoft Visual C Enterprise 6.0 with Plus Pack
bullet Microsoft Visual C Enterprise 6.0 Upgrade with Plus Pack
bullet Borland C++ Builder 5.0 Professional Upgrade
bullet Visualage C++ Upgrade for AIX 5.0
bullet Visualage C++ for AIX 5.0 Program Pack
bullet Borland C++ Builder 5.0 Enterprise Suite Upgrade
bullet 

Top

Applications

Top

Books

bullet C++ How to Program (4th Edition) - Harvey M. Deitel
bullet C++ Primer Plus (4th Edition) - Stephen Prata
bullet Secure Programming Cookbook for C and C++ - John Viega
bullet Object-Oriented Programming in C++ (4th Edition) - Robert Lafore
bullet The C++ Programming Language (Special 3rd Edition) - Bjarne Stroustrup
bullet C++ All-in-One Desk Reference For Dummies(r) - Jeff Cogswell
bullet C++ Gotchas: Avoiding Common Problems in Coding and Design
Stephen C. Dewhurst
bullet Programming with Managed Extensions for Microsoft Visual C++ .NET
Richard Grimes
bullet Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition)
Bruce Eckel
bullet Accelerated C++: Practical Programming by Example - Andrew Koenig
bullet More Effective C++: 35 New Ways to Improve Your Programs and Designs
Scott Meyers
bullet Programming and Problem Solving With C++ - Nell B. Dale
bullet Programming with Microsoft Visual C++ .NET, Sixth Edition (Core Reference)
George Shepherd

Top

Forums

bullet cpp.home.com C++ Forum

Top

General Purpose Links

bullet http://www.cprogramming.com/
bullet http://www.codeproject.com/
bullet http://www.cplusplus.com/
bullet MathTools, C++ section
bullet cpp.com a C++ dedicated support site

Top

Programming Tips

bullet MathTools, C++ section
bullet cpp.com a C++ dedicated support site

Top

Reviews, Publications

Top

Support Sources

bullet C++ Interactive Training Course - CD-ROM
bullet MathTools, C++ section
bullet cpp.com a C++ dedicated support site

Top

Tutorials

bullet The C++ Standard Library: A Tutorial and Reference - Nicolai M. Josuttis
bullet MathTools, C++ section
bullet cpp.com a C++ dedicated support site
bullet Find Tutorials.com (C++ tutorial source site)

Top

  


 

 

Copyright - Paragon Computer Systems, LLC - ©-1999-2007  All Rights Reserved.