Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JasonL9000/cppcon14
source code for CppCon 2014 talk on polymorphic unions
https://github.com/JasonL9000/cppcon14
Last synced: 18 days ago
JSON representation
source code for CppCon 2014 talk on polymorphic unions
- Host: GitHub
- URL: https://github.com/JasonL9000/cppcon14
- Owner: JasonL9000
- Created: 2014-09-02T04:28:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T01:53:30.000Z (almost 10 years ago)
- Last Synced: 2024-07-31T22:57:47.503Z (3 months ago)
- Language: C
- Size: 454 KB
- Stars: 31
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cppcon14
source code for CppCon 2014 talk on polymorphic unions
## Clone/Build
```bash
mkdir cppcon14
cd cppcon14
git clone [email protected]:JasonL9000/cppcon14.git src
cd src
make
```