guangyu-zhou / CS31

CS 31: Introduction to Computer Science I Computer Science Department University of California, Los Angeles Fall 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS31

slides and examples

cs31 must have

course website http://web.cs.ucla.edu/classes/spring18/cs31/

use linux servers:

upload your project to linux servers:

linux commands:

  • pwd : display the full path of your current directory
  • cd DIRECTORY : go to DIRECTORY
  • cd .. : go back to previous directory
  • ls : list all the files in current directory
  • rm FILE : delete FILE
  • g31 -o EXECUTABLE_FILE_NAME CPP_FILE.cpp : compile your project

useful links

online c++ compilers:

c/c++ reference:

useful links for linux survival

linux command cheat sheet

vim cheat sheet

applications for windows users

applications for mac users

About

CS 31: Introduction to Computer Science I Computer Science Department University of California, Los Angeles Fall 2018