Computer Science

Title: Project Management using Makefiles & Eclipse


Video Content: This is the first video in a series that discusses how to break up a C program into separate files (header & source) using Eclipse. Incremental compilation is accomplished through the use of makefiles. Sample Code found here. To extract type tar zxf MakefileVideo.tar.gz