Skip to content

alabgh01/cpp253Ghazal1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published