2018-2019 Catalog 
    
    Mar 28, 2024  
2018-2019 Catalog [ARCHIVED CATALOG]

ITSE 1307 - Introduction to C++ Programming


3 Credits (2 hrs. lec., 3 hrs. lab.) 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  
Course 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.