I. |
Course Prefix |
Course Number |
Course Name |
Credit |
Lecture |
Lab |
CIS |
230 |
C++ PROGRAMMING
FOR BUSINESS
APPLICATIONS |
4 |
3 |
2 |
|
II. |
Prerequisite:
See recommendation in Course (Catalog) Description |
III. |
Course (Catalog) Description:
Course introduces programming using the C++ programming language to solve business-related problems. Content includes program format, data types, function declarations, preprocess or directives, arithmetic and relational operators, and file input and output. Object-oriented programming is introduced. Not intended for transfer credit. Recommended: CIS 220 or C programming experience. |
IV. |
Learning Objectives:
The goals of this course are to develop a proficiency in C++ by:
- Understanding the differences between C and C++ programming languages
- Relating conventional problems to C++ solutions
- Examining heretofore difficult problems in a simple way
- Programming simple business applications using C++
- Learning the terminology of the object oriented technology
|
V. |
Academic Integrity:
Students and employees at Oakton Community College are required to demonstrate academic integrity and follow Oakton's Code of Academic Conduct. This code prohibits:
cheating
plagiarism (turning in work not written by you, or lacking proper citation)
falsification and fabrication (lying or distorting the truth)
helping others to cheat
unauthorized changes on official documents
pretending to be someone else or having someone else pretend to be you
making or accepting bribes, special favors, or threats
any other behavior that violates academic integrity
There are serious consequences to violations of the academic integrity policy. Oakton's policies and procedures provide students a fair hearing if a complaint is made against you. If you are found to have violated the policy, the minimum penalty is failure on the assignment and, a disciplinary record will be established and kept on file in the office of the Vice President for Student Affairs for a period of 3 years.
Details of the Code of Conduct can be found in the Student Handbook. |
VI. |
Outline of Topics:
- Introduction to the C++ Language
1. C/C++ Differences
2. comments
3. new keywords
4. variable declarations
5. Header files and public interface
6. The C++ preprocessor
7. Libraries
8. Input/Output
a. commands
b. input and output streams
c. opening and closing files
9. Functions
- Variable types
- Operators:
1. Arithmetic operators
2. Type conversions
- Derived types
1. Arrays
2. Strings
3. Structures, unions, enumerated data types
4. Pointers
5. Pointers, arrays, and pointer arithmetic
- Storage types
- Loops and relational expressions
- Branching statements and logical operators
- Functions:
1. C++'s programming modules
2. Function arguments
3. Functions and arrays
4. Functions and strings
5. Functions and structures
6. Reference variables
7. Function Overloading
8. Function templates
- Storage classes, scope, and linkage
- C++ Namespaces
- Objects and classes
1. Procedural versus object-oriented programming
2. Abstraction and classes
3. Class member functions
4. Class constructors and destructors
- Working with classes
1. Operating overloading
2. Friends and overloading
3. Overloading restrictions
4. Classes and dynamic memory allocation
5. Class inheritance
- Reusing Code in C++
1. Classes with object members
2. Private inheritance
3. Class templates
4. Multiple inheritance
- Friends and exceptions
- The string class and the standard template library
- Input, output and files
|
VII. |
Methods of Instruction:
- Lectures
- Class discussion
- Problem analysis
- Analysis of case studies
- Programming assignments
- Reading assignments
|
VIII. |
Course Practices Required:
Reading: Primary reading material will be the required text and needed lab manuals.
Writing: All programs must be documented to explain the algorithms being used, how the program is to be run, expected input and output.
Mathematics: Students will be expected to solve math problems at the intermediate algebra level.
Computer use: All lab assignments must be done on any available computer using any C++ compiler.
Lab practices: The students will be allowed to develop their program assignments on whatever computer is available to them but will be required to demonstrate capability on the current equipment in the assigned lab.
|
IX. |
Instructional Materials:
TEXTBOOK: C++ - How to Program w/ CD; 6th Edition; Written by Deitel;
Published by Prentice Hall |
X. |
Methods of Evaluating Student Progress:
- Examinations and quizzes
There will be four examinations
- Lab assignments
A minimum of eight lab assignments will be completed.
|
XI. |
Other Course Information:
If you have a documented learning, psychological, or physical disability you may be entitled to reasonable academic accommodations or services. To request accommodations or services, contact the ASSIST office in Instructional Support Services. All students are expected to fulfill essential course requirements. The College will not waive any essential skill or requirement of a course or degree program. |
|