The Testing Center will be closed for maintenance on Friday, December 12, and will close early at 7 pm the week of Monday, December 15, through Thursday, December 18, and will close at noon on Friday, December 19.
Introduction to C++ Programming (COSC 1320)
Term: 2014-2015 Spring
Mon-Wed, 11:00 AM - 12:20 PM (1/20/2015 - 5/14/2015) Location: MAIN BCT 16
The objective of this course is to teach students the major elements of the C++ language. Topics covered include language syntax, data types, the concept of variable scope, arrays, pointers, structures, functions, parameter passing, and the sequence selection (if-then-else), and repetition control structures (for, while, do-while loops). Also covered are the commonly used ANSI C++ string manipulation, file I/O, and memory allocation functions. Prerequisite: COSC 1309.