Skip to content
/ CS31 Public

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

Notifications You must be signed in to change notification settings

kumokay/CS31

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published