Line 14: | Line 14: | ||
*[[Binary_tree_ECE264S11|Binary Trees]] | *[[Binary_tree_ECE264S11|Binary Trees]] | ||
*[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) | *[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) | ||
− | |||
*[[Exam_3_review_264| Exam 3 Review Notes]] (by Yuanhua Cheng) | *[[Exam_3_review_264| Exam 3 Review Notes]] (by Yuanhua Cheng) | ||
*[[Setting_up_Wubi| MUST CONSIDER !!! Setting up Wubi/ Ubuntu]] (by Yuanhua Cheng) vs. Using Putty | *[[Setting_up_Wubi| MUST CONSIDER !!! Setting up Wubi/ Ubuntu]] (by Yuanhua Cheng) vs. Using Putty | ||
Line 20: | Line 19: | ||
*[[Header Files|Header Files]] (by Kritin Gokharu) | *[[Header Files|Header Files]] (by Kritin Gokharu) | ||
*[[Binary Trees]], by John Jachna | *[[Binary Trees]], by John Jachna | ||
− | |||
− | |||
*[[Reading and Writing Files|Dealing with Files in C]] (by Nick Caprioli) | *[[Reading and Writing Files|Dealing with Files in C]] (by Nick Caprioli) | ||
Revision as of 05:08, 11 July 2012
Contents
ECE 264: Advanced C Programming
Peer Legacy
Share advice with future students regarding ECE264 on this page.
- Need to Know this (by Kritin Gokharu)
- Lecture notes by aashish simha
- Spring 2011 Lecture notes (by Kritin Gokharu)
- Binary Trees: In order, Post Order (by Kyle Donnelly)
- Binary Trees
- Debugging with #ifdef (by Kyle Donnelly)
- Exam 3 Review Notes (by Yuanhua Cheng)
- MUST CONSIDER !!! Setting up Wubi/ Ubuntu (by Yuanhua Cheng) vs. Using Putty
- Binary Search and Selection Sort (by Nick Caprioli)
- Header Files (by Kritin Gokharu)
- Binary Trees, by John Jachna
- Dealing with Files in C (by Nick Caprioli)
Related Videos
- How to write a C program using Eclipse, by Prof. Yung Lu
- How to debug using DDD, by Prof. Yung Lu.