Home
Netbeans Eclipse Qt Java
Games
College of Engineering Aeronautics and Astronautics Agricultural and Biological Engineering Biomedical Engineering Chemical Engineering Civil Engineering Construction Engineering and Management Electrical and Computer Engineering Engineering Education Engineering Professional Education Environmental and Ecological Engineering Industrial Engineering Materials Engineering Mechanical Engineering Nuclear Engineering
EPICS (Engineering Projects In Community Service) First-Year Engineering Program First-Year Engineering Honors Program Global Engineering Program Minority Engineering Program Professional Practice (Co-Op) Program Women in Engineering Program
College Administration Schools Programs All Groups All People ECN Webmail
Purdue Home

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:

  1. the ability to read and write C programs that uses files. [a,b,c,e,k]
  2. the ability to read and write C programs that use structures . [a,b,c,e,k]
  3. the ability to read and write C programs that use dynamic data structures. [a,b,e,k]
  4. the ability to read and write C programs that use recursion. [a,b,c,e,k]