Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 655 Bytes

Stanford_CS110

Course website

Get from this Repo, and extract the starter code.

  • Assignment 1
  • Assignment 2
  • Assignment 3
  • Assignment 4
  • Assignment 5
  • Assignment 6
  • Assignment 7
  • Assignment 8

Keng (Problem) in Assignment 1

When I tried to run imdbtest_soln, it can not find data directory.

The directory is defined in the imdb-utils.h.

const std::string kIMDBDataDirectory("/usr/class/cs110/samples/assign1/");

Just create the directory and put the data into this directory. Everything will be fine.