Line 11: | Line 11: | ||
*[[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) | ||
− | *[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) | + | *[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) |
+ | *[https://kiwi.ecn.purdue.edu/rhea/index.php/Image:DOC011911.pdf#filehistory Spring 2011 Lecture Notes (by Yuanhua Cheng)]<br> | ||
+ | *Setting up Wubi/ Ubuntu (by Yuanhua Cheng) vs. Using Putty<br> | ||
+ | * | ||
== Main Topics in ECE264 == | == Main Topics in ECE264 == | ||
Line 17: | Line 20: | ||
*[[Binary|Binary Search and Selection Sort]] (Binary Search and Selection Sort) | *[[Binary|Binary Search and Selection Sort]] (Binary Search and Selection Sort) | ||
*[[Header Files|Header Files]] (by Kritin Gokharu) | *[[Header Files|Header Files]] (by Kritin Gokharu) | ||
− | *[[Binary Trees]], by John Jachna | + | *[[Binary Trees]], by John Jachna |
+ | *Linked Lists (by Yuanhua Cheng) | ||
+ | *Structures (by Yuanhua Cheng)<br> | ||
== Interesting Pages in the ECE264 Category == | == Interesting Pages in the ECE264 Category == |
Revision as of 18:52, 30 April 2011
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)
- Debugging with #ifdef (by Kyle Donnelly)
- Spring 2011 Lecture Notes (by Yuanhua Cheng)
- Setting up Wubi/ Ubuntu (by Yuanhua Cheng) vs. Using Putty
Main Topics in ECE264
- Binary Search and Selection Sort (Binary Search and Selection Sort)
- Header Files (by Kritin Gokharu)
- Binary Trees, by John Jachna
- Linked Lists (by Yuanhua Cheng)
- Structures (by Yuanhua Cheng)
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.