Line 6: | Line 6: | ||
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]]. | ||
+ | |||
+ | ==Related Videos== | ||
+ | *[[How To Write Cprogram with Eclipse YLVIDEO|How to write a C program using Eclipse]], by Prof. Yung Lu | ||
+ | *[[How to debug with DDD YLVIDEO|How to debug using DDD]], by Prof. Yung Lu. | ||
+ | * | ||
+ | * | ||
== Interesting pages related to ECE264== | == Interesting pages related to ECE264== | ||
Line 15: | Line 21: | ||
*[[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> | *[[ECE_264_Yuanhua_Cheng_Spring| Spring 2011 Lecture Notes]] (by Yuanhua Cheng)<br> | ||
− | *[ | + | *[[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 |
− | + | ||
− | + | ||
− | + | ||
*[[Binary|Binary Search and Selection Sort]] (by Nick Caprioli) | *[[Binary|Binary Search and Selection Sort]] (by Nick Caprioli) | ||
*[[Header Files|Header Files]] (by Kritin Gokharu) | *[[Header Files|Header Files]] (by Kritin Gokharu) | ||
Line 27: | Line 30: | ||
*[[Reading and Writing Files|Dealing with Files in C]] (by Nick Caprioli) | *[[Reading and Writing Files|Dealing with Files in C]] (by Nick Caprioli) | ||
− | |||
− | |||
− | |||
− | |||
== Semester/Instructor specific pages == | == Semester/Instructor specific pages == | ||
*[[2012_Spring_ECE_264_Lu|ECE 264 Spring 2012 Prof. Lu]] | *[[2012_Spring_ECE_264_Lu|ECE 264 Spring 2012 Prof. Lu]] | ||
+ | *[[ECE_264:_Advanced_C_Programming%2C_Prof._Lu|ECE 264 Spring 2011 Prof. Lu]] | ||
*[[ECE264 (YungluSpring2009)|ECE 264 Spring 2009 Prof. Lu]] | *[[ECE264 (YungluSpring2009)|ECE 264 Spring 2009 Prof. Lu]] | ||
Revision as of 04:51, 11 July 2012
Contents
ECE 264: Advanced C Programming
Peer Legacy
Share advice with future students regarding ECE264 on this page.
Related Videos
- How to write a C program using Eclipse, by Prof. Yung Lu
- How to debug using DDD, by Prof. Yung Lu.
- 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)
- 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)