/csci3010-cuboulder

Course materials for CSCI 3010: Programming Project Workshop

Primary LanguageC++

CSCI 3010: Programming Project Workshop -- Fall 2019

Instructor: Felix Muzny
Contact: muzny@colorado.edu
Office: ECOT 734

See the syllabus (link to canvas) for information on course deadlines and the course calendar.

Office hours calendar: link to google calendar

In class exercises and programming exercise materials will be posted here.

Materials will be turned in on Canvas.

Quick Links

Week of September 16th:

  • HW 1, due Friday, September 20th at 6pm
  • PE 5, due Friday, September 27th at 6pm
  • HW 2, due Friday, October 4th at 6pm
  • Individual Project Proposal, due Friday, October 4th at 6pm

Major Deadlines

  • HW 1, due Friday, September 20th at 6pm
  • HW 2, due Friday, October 4th at 6pm
  • HW 3, due Friday, October 18th at 6pm
  • HW 4, due Friday, November 8th at 6pm
  • Final Project ("HW 5") checkpoint, due Friday, November 22nd at 6pm
  • Final Project ("HW 5"), due TBA, week of December 9th (TBA after presentations are scheduled)

Recommended workflow:

  1. Clone this repository (git clone https://github.com/muzny/csci3010-cuboulder.git)
  2. Do a git pull at the beginning of classes when we are using
  3. If you edit or change a file, make a copy of that file and work on the copy so that any updates we make in the future don't create merge conflicts OR practice dealing with merge conflicts.