Git Product home page Git Product logo

cs-253's Introduction

README

What is this repository for?

  • Students of CS253

How do I get set up?

  1. Download and install Visual Studio Code
  2. Install the C/C++ VS Code extension
  3. Optional: Install Code Runner VS Code extension
  4. Optional: Install clang: sudo apt install clang and C/C++ Clang Command Adapter
  5. Optional: Configure the C/C++ extension to allow quick suggestions
  6. Make sure you have a good grasp of basic software development tools and Linux commands
  7. Download the latest version of Catch2 test framework
    • wget https://github.com/catchorg/Catch2/releases/download/v2.2.1/catch.hpp
  8. Copy the downloaded file to the system library
    • cp catch.hpp /usr/include/
  9. Create a new private repository on GitHub
  10. Duplicate this repository
    • Configure my repo as upstream, so you could pull updates from me
  11. Invite me as a collaborator to your private repo
  12. Start working on an assignment
    1. Pull all branches from the course repository (upstream)
    2. Checkout a specific branch (exercise0, exercise1, etc)
    3. Complete an assignment (produce the expected output and/or pass the provided tests)
    4. Commit changes
    5. Push code to your repository (origin)

References

Development environment

Basic syntax

Pointers

Dynamic arrays

I/O

Operator overloading

Structures

Classes

Encapsulation

Inheritance

Polymorphism

Templates

Libraries

cs-253's People

Contributors

quanglam2807 avatar yasinovskyy avatar

Stargazers

 avatar

Watchers

 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.