GithubHelp home page GithubHelp logo

prof-rice / cse1325-cpp Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 9.0 3.13 MB

Code examples, homework solutions, and other resources for my CSE1325 students.

License: GNU General Public License v3.0

Java 6.51% Makefile 7.33% C 0.01% C++ 84.77% Python 0.12% Shell 0.07% Nim 0.01% PHP 1.19%

cse1325-cpp's Introduction

CSE 1325-002 and -003

Spring 2021

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.

Cloning to your local machine

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

If that doesn't work, just delete it and clone it again!

Working with your local clone

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

If you're using any other bash shell, something like gedit filename or nano filename should work. In a pinch xdg-open filename should open filename in the application associated with that file type.

Students from previous semesters

If you have used this repository during a previous semester, be advised that it is restarted each semester. Previous editions have been renamed as shown below (named for start of term in YYYYMM format).

And before upcoming students get too excited, assignments change every semester, so ixnay on any eatingchay plans! ;-)

https://github.com/prof-rice/cse1325-prof-202001

https://github.com/prof-rice/cse1325-prof-202008

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.