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

ECE 264 Exercises and Assignments

Exercises

Individual Programming Assignments

Bonus (For Dr. Lu's Sections Only)

You can discuss the concepts with anyone. You are not allowed to share code.

ECE264 emphasize much about memory leak for three reasons: (1) There are tools detecting memory leak. There is no excuse not to fix the problem. (2) Memory leak does not cause a program to crash immediately. Therefore, many students ignore memory leak and believe their programs are correct. Their programs will, however, crash sometime when memory runs out. (3) Many embedded systems (including game consoles) have limited memory so memory leak is a serious problem.