Michael B. Gousie - Wheaton College, MA

Comp 335 - Programming Languages (Fall 2025)

Comic about the difficulty of programming languages

Introductory Information

Projects/Homework

In-Class Examples

Bash examples

In-Class Examples

C examples

  • carlini.c - every CS major can write this program!
  • anderson.c. To compile, use -ansi switch, or use this Makefile. (make may have to be installed on csLab machines...)
  • CprimerV1.c - all you need to know about C. Well, almost.
  • Ccmdline.c - command line arguments
  • readFile.c - how to read a file, such as the file input containing a list of floating point values.
Last updated