Skip to content

Suggested solutions and additional example code for Object-Oriented Programming in C++

License

Notifications You must be signed in to change notification settings

khanmo97/cse1325-prof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 1325 Sections 002 and 003

This repository includes code that complements each lecture, suggested solutions for each assignment, and additional example code for my Object-Oriented Programming in C++ class.

To create a folder in your virtual machine that is linked to this repository, go to your home directory (e.g., cd), copy the following command (e.g., select and Ctrl-c) and paste it into your terminal (e.g., Ctrl-Alt-t then right-click -> Paste):

git clone https://github.com/prof-rice/cse1325-prof.git

To download changes within your terminal at any later time, change to your cse1325-prof directory (e.g., cd ~/cse1325-prof) and type:

git pull

After cloning, you can list text files in bash using

cat filename

If you're using the supplied virtual machine, you may edit / view any file with an associated application by just typing

e filename

About

Suggested solutions and additional example code for Object-Oriented Programming in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.2%
  • Makefile 15.7%
  • Other 0.1%