Skip to content

This repository contains the code we taught in the RCSS workshop in 2024

Notifications You must be signed in to change notification settings

SK2iP/Workshop-Basic-CPP

Repository files navigation

Workshop: Basic C++ Programming

Welcome to the Basic C++ Programming Workshop repository! This workshop is designed to help beginners learn the fundamentals of C++ programming through hands-on examples and exercises.

Table of Contents

Overview

This repository contains materials for a workshop focused on introducing participants to the basics of C++ programming. Whether you're new to programming or looking to strengthen your C++ skills, this workshop provides a structured learning path.

Prerequisites

Before starting the workshop, ensure you have the following prerequisites:

Workshop Contents

The workshop covers the following key topics:

  1. Introduction to C++ syntax
  2. Variables and data types
  3. Control flow (if statements, loops)
  4. Functions and modular programming
  5. Arrays and vectors
  6. Pointers and memory management
  7. Introduction to object-oriented programming (OOP) concepts

Each topic includes code examples, explanations, and hands-on exercises to reinforce learning.

Getting Started

To get started with the workshop, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/SK2iP/Workshop-Basic-CPP.git
    
    
  2. Navigate to the workshop directory:

    cd workshop-Basic-CPP
    
    
  3. Explore the workshop materials in each topic directory.

  4. Use a C++ compiler to run the provided code examples and complete the exercises.

Contributing

If you find any issues, errors, or have suggestions for improvement, feel free to contribute by opening an issue or submitting a pull request. Contributions are welcome and appreciated!

License

This workshop is licensed under the MIT License. Feel free to use, share, and modify the materials according to the terms of the license.

Happy coding!

Copy and paste this code into your README file on GitHub. Adjust any details as needed for your specific workshop.

About

This repository contains the code we taught in the RCSS workshop in 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages