Skip to content

Stanford CS110: Principle of Computer Systems materials

Notifications You must be signed in to change notification settings

slimon0216/Stanford_CS110

This branch is 1 commit ahead of, 1 commit behind xuzheng465/Stanford_CS110:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55804bd · Oct 12, 2024

History

17 Commits
Oct 12, 2024
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021

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++ 82.0%
  • C 10.1%
  • Makefile 4.7%
  • Python 2.4%
  • Other 0.8%