Coder Social home page Coder Social logo

cs280's Introduction

cs280

A C++ Intro to Computer Science Class

File Structure

This file structure is setup in a unique and unorthodox way, because I wanted one repository for the entire course which contained many seperate projects. So the way I set this up is that all projects are located in the projects folder, and then get included into the main.cpp file

Each project has a simulated main function which I renamed main only for submission of the project. But for use in this repo each projects main function is usually named after the project file. This function is then called in the main.cpp to simulate an execution and I toggle which programs I want to execute by commenting the function calls out in main.cpp.

(Did not include the cmake debug files because those can be generated on build of the users environment)

Project Listing

  1. Recitation 1 hello_world.cpp
    1. This is a basic hello world program. Simple enough.
  2. Recitation 2 recitation2.cpp
    1. Read integers and print the highest one or that none exist
  3. Recitation 3 recitation3.cpp
    1. Write a C++ program that generates a sequence of 26 random letters, without duplication, one letter per output line.
  4. assignment_one.cpp
    1. The first assignment is a program which has options for 4 commands.
      • perform rot13 substitution.
      • generate a random caesar cipher dictionary
      • encrypt using the caesar cipher
      • decrypt using the caesar cipher

cs280's People

Contributors

stevegardiner26 avatar

Watchers

 avatar  avatar

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.