|
Public C++ Web Page for our Nobles Students and our On-line
Students in California, Colorado, Connecticut, Florida and Maryland
|
|
|
|
Introductions and Chapter 1 on Computer History
Chapter 2 on Simple Commands
Chapter 3 on Programming Concepts
Chapter 4 on Loops (assigned 12/6/2000, day before Larry Bird's birthday)
Chapter 5 on Functions: One More Hill until the "Mountain"
Chapter 6 on Classes: Into the Thin Air of Classes (a real challenge)
Chapter 7 on Recursion
Time for a break!
(some of these will be used for homework assignments)
lesson1.html The basics of C++ lesson2.html If statements, and some boolean information lesson3.html All you want to know about Loops lesson4.html Functions...all about them, making and using the critters lesson5.html About the switch case structure lesson6.html Pointers...access memory locations lesson7.html Structures, all about 'em, and how to use 'em lesson8.html All about arrays lesson9.html About character arrays (strings) lesson10.html About file i/o lesson11.html Typecasting: making variables look like another data-type. lesson12.html An introduction to classes(the heart of C++) lesson13.html More information on functions(non-prototyed and inline) lesson14.html How to accept command line arguments (AND checking file existence) lesson15.html The basics of singly linked lists lesson16.html Recursion--a function calling itself