GithubHelp home page GithubHelp logo

potat-dev / cpplabs Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 0.0 5.67 MB

小++ Programming Labs at the SUAI university 馃殌

License: MIT License

C 26.31% C++ 70.73% CMake 2.96%
suai education git lab cpp

cpplabs's Introduction

SUAI C++ Labs

A repository for learning Git, C/C++ and CMake in SUAI

CMake CodeQL

Useful links

Tasks for laboratory works: Google Docs
My formatted Lab tasks: TASKS.md
Formatted reports: Google Drive

Build

Requirements

  • C++17 compiler (GCC, Clang, MSVC)
  • CMake 3.12+ (3.20+ recommended)

Tested on:

  • GCC 12.2.0 (MinGW-w64, Windows 10)
  • GCC 9.4.0 (Ubuntu 20.04, WSL2)

Some labs may require additional libraries / tools:

Build steps

  1. Clone the repository

    git clone https://github.com/cypotat/cpplabs.git
  2. Create a build directory

    mkdir build
    cd build
  3. Generate build files

    cmake ..
  4. Build the project

    cmake --build .

    If you want to build a specific lab, you can specify the target name

     cmake --build . --target Lab_20_dop

    If you want to build a debug version, you can specify the build type

    cmake --build . --config Debug

Time spent on labs

wakatime

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.