https://github.com/fabic/cxx-playground
Personal C++ playground.
https://github.com/fabic/cxx-playground
cpp low-level personal-project playground
Last synced: over 1 year ago
JSON representation
Personal C++ playground.
- Host: GitHub
- URL: https://github.com/fabic/cxx-playground
- Owner: fabic
- License: mit
- Created: 2017-02-15T16:40:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T08:31:41.000Z (over 8 years ago)
- Last Synced: 2025-01-21T18:49:24.549Z (over 1 year ago)
- Topics: cpp, low-level, personal-project, playground
- Language: C++
- Homepage: http://fabic.net/
- Size: 686 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cxx-playground
[fabic.net](https://fabic.net)'s personal C++ playground.
### Build instructions
Quick build command :
$ ( [ -d build/ ] && rm -rf build/ || true) &&
mkcd build &&
( cmake .. && make &&
find -type f -perm -a+x -name \*.so -ls ) ; cd -
### Pointers
* PostgreSql's [libpqxx](http://pqxx.org/development/libpqxx/) – [libpqxx.readthedocs.io](http://libpqxx.readthedocs.io/en/latest/)
### ChangeLog
* __2018-02-17:__ Been a month since I've touched any C++, lost momentum with that
Clong plugin :-/
* __2018-01-17:__ Dude, you were working on that _Clong_ Clang plugin thing;
__status:__ partially working proof-of-concept, this may lead somewhere.
__EOF__