This website works better with JavaScript.
Explore
Help
Sign In
learn-code-the-hard-way
/
c-plus-plus-dafuq
Watch
1
Star
0
Fork
You've already forked c-plus-plus-dafuq
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A repository where I'll put experiments learning, proving or disproving things about C++. These experiments will feature measurements, use Tracy to show behavior, and generally have the goal of simplifying normal C++ usage.
4
Commits
1
Branch
0
Tags
380 KiB
C++
83.6%
Meson
8.4%
Makefile
3%
Shell
2.5%
PowerShell
2.5%
Tree:
5f25383891
c-plus-plus-dafuq
/
sfml-const
History
Zed A. Shaw
5f25383891
Added a small micro example of the problem with SFML's use of const on drawable virtual functions which shows the _real_ reason they did this is because of a poor design decision to make both Drawable and RenderTarget equally in charge of drawing the other. AKA the 'Deadly Embrace' design flaw.
4 months ago
..
constness.cpp
Added a small micro example of the problem with SFML's use of const on drawable virtual functions which shows the _real_ reason they did this is because of a poor design decision to make both Drawable and RenderTarget equally in charge of drawing the other. AKA the 'Deadly Embrace' design flaw.
4 months ago
constness.hpp
Added a small micro example of the problem with SFML's use of const on drawable virtual functions which shows the _real_ reason they did this is because of a poor design decision to make both Drawable and RenderTarget equally in charge of drawing the other. AKA the 'Deadly Embrace' design flaw.
4 months ago