Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snandasena/cpp-advanced-topics
Advanced Topics In C++
https://github.com/snandasena/cpp-advanced-topics
algorithms c concurrent-programming cpp data-structures datastructures-algorithms idioms oop python solid-principles webassembly
Last synced: about 2 months ago
JSON representation
Advanced Topics In C++
- Host: GitHub
- URL: https://github.com/snandasena/cpp-advanced-topics
- Owner: snandasena
- Created: 2020-11-21T04:21:53.000Z (about 4 years ago)
- Default Branch: tutorials
- Last Pushed: 2023-06-04T10:40:48.000Z (over 1 year ago)
- Last Synced: 2024-04-17T23:08:03.218Z (9 months ago)
- Topics: algorithms, c, concurrent-programming, cpp, data-structures, datastructures-algorithms, idioms, oop, python, solid-principles, webassembly
- Language: C
- Homepage:
- Size: 6.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-advanced-topicsi C++
# Install [Simple2D](https://github.com/simple2d/simple2d) in Linux
```bash
url='https://raw.githubusercontent.com/simple2d/simple2d/master/bin/simple2d.sh'; which curl > /dev/null && cmd='curl -fsSL' || cmd='wget -qO -'; bash <($cmd $url) install```