https://github.com/fenbf/articles
helper repository for various articles that I publish
https://github.com/fenbf/articles
Last synced: 2 months ago
JSON representation
helper repository for various articles that I publish
- Host: GitHub
- URL: https://github.com/fenbf/articles
- Owner: fenbf
- Created: 2013-03-18T20:23:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T19:14:35.000Z (over 1 year ago)
- Last Synced: 2025-01-30T13:08:01.402Z (11 months ago)
- Language: C++
- Size: 1.52 MB
- Stars: 58
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
articles
========
helper repository for various articles that I publish on [bfilipek.com](http://www.bfilipek.com)
- **includeTest** - used in [C++ Include test: full matrix](http://www.bfilipek.com/2013/04/c-include-test-full-matrix.html)
- generator app that creates random code and source file structure. Build and compile time for this code hierarchy is tested.
- **ogl_picking_old** - used in [Select + Mouse + OpenGL](http://www.bfilipek.com/2012/06/select-mouse-opengl.html)
- example code for old article about picking in opengl app.
- **cpp17** - samples for [C++17 in details 6: Filesystem](http://www.bfilipek.com/2017/07/cpp17-details-filesystem.html)