examples.htm

EXAMPLES OF C++


Listing of Examples by Chapter

Chapter 2
The Basics of C++ and Program Development
Chapter 3
Analysis and Design : First Steps
Chapter 4
Design with Functions
Chapter 5
Object Oriented Design
Chapter 7
Arrays      

One very important part of learning a programming language is to study numerous examples of the language. Here you will find many examples of different aspects of C++ code. You are also invited to submit your own examples. Simply email them to curtis@cs.nmhu.eduas an attachment to a document describing what the code is an example of and where in this collection it should go. Some people find that they learn a programming language primarily from reading examples. Others find that either they need detailed explanations succinct summaries of the different aspects of the language. Associated with these examples is "The Story of C++", where one can find detailed explanations, and the "The Essentials of C++", where one can find summary descriptions of the instructions found in the examples. You are encouraged to mix and mingle these sources of information as best fits YOUR needs.