Nicholas Duchon 
CMIS 102 Presentations
C++ Examples:
Formatting pseudo-code using functions.
(1-3MB each)
- A
- formatting a block of code, with main, module calls
- B
- a better calc module
- C
- global to local variables, and function parameters
- D
- completing global to local variables
- E
- Creating the Student data structure, part 1
- F
- Creating the Student data structure, part 2
- G
- Adding functions to the Student class, part 1
- H
- Adding functions to the Student class, part 2
The first starts with a block of code that is using
functions to organize a project.
This presentation also inserts a main function to organize
the subroutine calls.
The third presentation will address the use of local
variables, parameters,
including the use of reference parameters, also known as
[in/out] parameters.
And the fourth presentation will show how one can use
classes effectively in this application.
|
Development Environments
Venit Examples:
For loops
Arrays
Raptor
Alice
|