2019-2020 Catalog 
    
    Apr 30, 2024  
2019-2020 Catalog [ARCHIVED CATALOG]

ITSE 1307 - Introduction to C++ Programming


Credit Hours: 3
Contact Hours - Lecture: 2 Lab: 3
Introduction to computer programming using C++. Emphasis on the fundamentals of object-oriented design with development, testing, implementation, and documentation. Includes language syntax, data and file structures, input/output devices, and files.
Prerequisite: ITSE 1302  or COSC 1315 .
Student Learning Outcomes
1 - Use object-oriented programming (OOP) techniques. 2 - Develop executable programs. 3 - Create appropriate documentation. 4 - Incorporate pointers and/or arrays to manipulate data. 5 - Create programs using classes and objects. 6 - Code instructions in C/C++ using appropriate statements, variables and syntax. 7 - Identify and correct syntax and logic errors. 8 - Pass data to functions by value, by pointer, and by reference. 9 - The student will use structured programming techniques.