Line 7: | Line 7: | ||
Share advice with future students regarding ECE264 on [[Peer Legacy ECE264|this page]]. | Share advice with future students regarding ECE264 on [[Peer Legacy ECE264|this page]]. | ||
+ | == Interesting pages related to ECE264== | ||
*[[Need to Know|Need to Know this]] (by Kritin Gokharu) | *[[Need to Know|Need to Know this]] (by Kritin Gokharu) | ||
*[[Lecture notes by aashish simha]] | *[[Lecture notes by aashish simha]] | ||
*[[Spring 2011 Lecture notes]] (by Kritin Gokharu) | *[[Spring 2011 Lecture notes]] (by Kritin Gokharu) | ||
*[[Binary Tree: In Order and Post Order|Binary Trees: In order, Post Order]] (by Kyle Donnelly) | *[[Binary Tree: In Order and Post Order|Binary Trees: In order, Post Order]] (by Kyle Donnelly) | ||
+ | *[[Binary_tree_ECE264S11|Binary Trees]] | ||
*[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) | *[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) | ||
− | *[ | + | *[[ECE_264_Yuanhua_Cheng_Spring| Spring 2011 Lecture Notes]] (by Yuanhua Cheng)<br> |
*[https://kiwi.ecn.purdue.edu/rhea/index.php/Exam_3_review_264 ECE 264 Exam 3 Review Notes] (by Yuanhua Cheng) | *[https://kiwi.ecn.purdue.edu/rhea/index.php/Exam_3_review_264 ECE 264 Exam 3 Review Notes] (by Yuanhua Cheng) | ||
*[https://kiwi.ecn.purdue.edu/rhea/index.php/Setting_up_Wubi MUST CONSIDER !!! Setting up Wubi/ Ubuntu] (by Yuanhua Cheng) vs. Using Putty | *[https://kiwi.ecn.purdue.edu/rhea/index.php/Setting_up_Wubi MUST CONSIDER !!! Setting up Wubi/ Ubuntu] (by Yuanhua Cheng) vs. Using Putty | ||
− | + | ||
*[[Binary|Binary Search and Selection Sort]] (by Nick Caprioli) | *[[Binary|Binary Search and Selection Sort]] (by Nick Caprioli) |
Revision as of 04:44, 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)
- Spring 2011 Lecture Notes (by Yuanhua Cheng)
- ECE 264 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
- Linked Lists (by Yuanhua Cheng)
- Structures (by Yuanhua Cheng)
- Dealing with Files in C (by Nick Caprioli)
Interesting Pages in the ECE264 Category
- How to write a C program using Eclipse, by Prof. Yung Lu
- How to debug using DDD, by Prof. Yung Lu.