Skip to content

MengyuWu/recitations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the recitation notes for Columbia's Advanced Programming Class, COMSW3157, as taught by Jae Woo Lee. For more information about the class, visit the course homepage.

These recitations are held weekly by the various TAs, generally using these notes as the basis for their sections. Issues, patches, and comments, especially by current and former students, are welcome.

Contents:

  • Recitation 1: Introduction to UNIX, compile your first C program. Be sure to have a CLIC account from CRF before the recitation.
  • Recitation 2: Makefiles. Bitwise operations. Configuring and using Git for version control and file tracking.
  • Recitation 3: C Basics: data types, complex expressions and statements.
  • Recitation 4: Pointers, arrays, and heap memory (i.e. malloc).
    • See also the very useful recitation-6-code directory, especially pointerfun.c and its output pointerfun-output for some interesting experiments with pointers and memory addresses.
  • Recitation 5: Function pointers. Taking Makefiles to the next level. File input/output.
  • Recitation 6: The UNIX stack. Users, permissions, file attributes. Processes, forking, and signals.
    • See also jsh, the Jae shell, in the recitation-6-code directory for a fun example of forking.
  • Recitation 7: size_t. File IO, including reading, writing, and seeking in files.
  • Recitation 8: Midterm(s) review.
  • Recitation 9: C++. Classes/Structs. Stack vs heap allocation in C++. The basic 4. Implicit conversion and operator overloading.
  • Recitation 10: C++ generics, templates, containers, metaprogramming
  • Recitation 11: Smart Pointer

About

Recitation notes for cs3157

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.8%
  • Makefile 5.2%