Skip to content

Chickolas/vicsek-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

vicsek-cpp

C++ coursework exercises for CW3 (WSL/Ubuntu).

What’s in this repo

  • .gitignore – ignores OS/build artefacts (e.g. .DS_Store)
  • Other files: data / notes / experiments

Requirements

  • C++17 compiler (e.g. g++)
  • Tested on WSL (Ubuntu)

Build

From the repo root:

g++ -std=c++17 test.cpp -o test
```bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors