Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Stanford CS110: Principle of Computer Systems materials

Notifications You must be signed in to change notification settings

cjlala/Stanford_CS110

 
 

Repository files navigation

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.

About

Stanford CS110: Principle of Computer Systems materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.9%
  • C 10.0%
  • Makefile 4.8%
  • Python 2.5%
  • Other 0.8%