Вы находитесь на странице: 1из 2

#ifndef _your file_H

#define _your file_H


Void function ();
#endif

Creating a program
#include <iostream>
using namespace std;

#include strlib.h
Project menu> properties
Exam I Review
Vectors
Stacks
Queues
- Know basic structure and behavior.
- Also know how to use them.
- For Vectors and Stacks know how to program them.
- For Queues you dont need to program with them. Just conceptual questions.
Functions
- Overloading
- Parameter types
o Value
o Reference
- The Stack
o Memory model
Classes and Objects
- What is an object
- Using objects
o . Operator
- Constructors
- Visibility- public or private
ADTs Abstract data type
- Conceptual

Вам также может понравиться