CSE 459.21: Programming in C


Instructor: Wenjing Ma  
Class Time : Tue 3:30pm-4:18pm (DL 305)
Office Hours:  Mon 2:00pm-4:00pm at DL778
Phone Number: 614-292-4634
Email: mawe at cse dot ohio-state dot edu
News Group: cse.course.cse45921


Course Contents

 

 

Projects

 

There are 4 labs in the quarter, and might be 1 quiz.

 

Lab 1: basic C style coding ( Due on Oct 11 )

Lab 2: function and program structure ( Due on Oct 25 )

Lab 3: OOP with structures and pointers ( Due on Nov 8 )

Lab 4: file I/O and system calls ( Due on Dec 1 )

 


Grades

 

     Your grade will be sent to your cse account.

 

Useful Links

 

   • Unix Users Guide from OSU-CSE

   • vi Editor

   • emacs Editor

   • GDB: The GNU Project Debugger

   • C Language Reference

   • C Library Reference Guide

   • Sample code

   • Programming paradigm

   • Coding Style