Object-Oriented Software Development (OOSD)
This site is maintained by Yung-Hsiang Lu.
ECE 264 Advanced C Programming
Prerequisites: CS 15900 with a minimum grade of C
Textbook: Forouzan and Gilberg, Computer Science: A Structured Programming Approach Using C (3rd Edition). Lectures and class notes will supplement the textbook.
Learning Objectives: A student who successfully fulfills the course requirements will have demonstrated:
-
the ability to read and write C programs that uses files. [a,b,c,e,k]
-
the ability to read and write C programs that use structures . [a,b,c,e,k]
-
the ability to read and write C programs that use dynamic data structures. [a,b,e,k]
-
the ability to read and write C programs that use recursion. [a,b,c,e,k]
|