Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 544 Bytes

File metadata and controls

19 lines (11 loc) · 544 Bytes

C++ Basic Examples

This repository contains basic examples of C++ code, demonstrating fundamental concepts and structures in C++ programming.

Project Structure

  • /vector/ : Contains examples related to the usage of vectors in C++.
  • /misc/ : Contains code to perform several operations (not specified).

Getting Started

Prerequisites

  • A working C++ compiler (GCC, Clang, etc.).
  • Basic understanding of C++ syntax.

License

This project is licensed under the MIT License - see the LICENSE file for details.