Skip to content

sonnynomnom/Introduction-to-Programming-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Programming in C

Columbia University

Instructor: Songqiao "Sonny" Li (sl4142@columbia.edu) Rate My Professors

Hamilton 607: 11:10 am - 1:00 pm (MTWTF)
Hamilton 613: 3:10 pm - 5:00 pm (MTWTF)

TA: Dru Grossberg (dag2155@columbia.edu)
TA: Palmer Hudson (pa2139@columbia.edu)

Course Description

An intensive course designed to develop logic and programming skills through immersion in the fundamentals of C. Programming projects involving mathematical problems and word games challenge students to develop their logical reasoning, systematic thinking, and problem-solving skills. Students learn the structure and features of a fundamental programming language as they implement solutions in C. In addition to teaching programming techniques, the course will cover an overview of fundamental computing concepts including data structures, library design, and memory management. Labs are carried out in Linux Virtual Machines configured for the class and installed on the student’s personal laptop computer.

Note

Participants are expected to bring laptops and notebooks to class. Laptops can either be a PC or a Mac, but should have 8GB - 10GB of free space.

Course Objectives

  • Understanding basic computer science concepts
  • Program in C and have a solid foundation to extend their knowledge in more complex problems
  • Think like programmers and apply programming practices in real-life problems

Textbook

The C Programming Language (Brian Kernighan & Dennis Richie)

Piazza

www.piazza.com/columbia/summer2017/cpron0209

Repl.it

Coming soon!

Week 1

$ gcc -Wall hello.c -o hello
$ ./hello

Week 2

Week 3

More coming soon!

Mini Projects

Final Projects

  • Space Invaders - Brandon Lim + co. (Coming soon!)
  • Battleship - Louie Kotler, Simone Stern & Chris Narducci
  • Tron - Marcus Kapoor and Jacob Lindahl (Coming soon!)
  • Black Jack - Michael Hanlon

Black Jack

License

Columbia University © Songqiao Li