(24 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
= [[ECE]] 264: Advanced C Programming = | = [[ECE]] 264: Advanced C Programming = | ||
− | + | ---- | |
== Peer Legacy == | == Peer Legacy == | ||
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) |
− | + | *[[Binary Tree: In Order and Post Order|Binary Trees: In order, Post Order]] (by Kyle Donnelly) | |
− | + | *[[Binary_tree_ECE264S11|Binary Trees]] | |
− | *[[Binary|Binary Search and Selection Sort]] ( | + | *[[Debugging Print Statement|Debugging with #ifdef]] (by Kyle Donnelly) |
− | *[[ | + | *[[Setting_up_Wubi| MUST CONSIDER !!! Setting up Wubi/ Ubuntu]] (by Yuanhua Cheng) vs. Using Putty |
− | + | *[[Binary|Binary Search and Selection Sort]] (by Nick Caprioli) | |
− | + | *[[Header Files|Header Files]] (by Kritin Gokharu) | |
+ | *[[Binary Trees]], by John Jachna | ||
+ | *[[Reading and Writing Files|Dealing with Files in C]] (by Nick Caprioli) | ||
+ | ==Related Videos== | ||
*[[How To Write Cprogram with Eclipse YLVIDEO|How to write a C program using Eclipse]], by Prof. Yung Lu | *[[How To Write Cprogram with Eclipse YLVIDEO|How to write a C program using Eclipse]], by Prof. Yung Lu | ||
+ | :<youtube>Xwo_sDibO3g</youtube> | ||
*[[How to debug with DDD YLVIDEO|How to debug using DDD]], by Prof. Yung Lu. | *[[How to debug with DDD YLVIDEO|How to debug using DDD]], by Prof. Yung Lu. | ||
+ | :<youtube>a4iH_HNcQt4</youtube> | ||
== Semester/Instructor specific pages == | == Semester/Instructor specific pages == | ||
− | + | *[[2012_Spring_ECE_264_Lu|ECE 264 Spring 2012 Prof. Lu]] | |
+ | *[[2011_Spring_ECE_264_Lu|ECE 264 Spring 2011 Prof. Lu]] | ||
*[[ECE264 (YungluSpring2009)|ECE 264 Spring 2009 Prof. Lu]] | *[[ECE264 (YungluSpring2009)|ECE 264 Spring 2009 Prof. Lu]] | ||
− | |||
− | |||
− | |||
---- | ---- | ||
[[ECE|Back to ECE]] | [[ECE|Back to ECE]] | ||
− | [[Meta Course List|Back to | + | [[Meta Course List|Back to Course List]] |
[[Category:ECE264]] | [[Category:ECE264]] | ||
+ | [[Category:Programming]] | ||
+ | [[Category:C]] |
Latest revision as of 05:15, 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)
- Binary Trees: In order, Post Order (by Kyle Donnelly)
- Binary Trees
- Debugging with #ifdef (by Kyle Donnelly)
- 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.