Explore >> Select a destination


You are here

brevzin.github.io
| | ericniebler.com
4.8 parsecs away

Travel
| | This is the fourth and final post in a series about proxy iterators, the limitations of the existing STL iterator concept hierarchy, and what could be done about it. The first three posts describe ...
| | entangledlogs.com
6.2 parsecs away

Travel
| | Generic Programming: Generating part of programs Introduction Generic Programming: Programming with generic parameters to avoid unnecessary code duplication and encourage code reuse. Polymorphism is also another technique to solve code reuse Puts implicit constraints on the generic types that are to be fulfilled by concrete types. template T adder(T LHS, T RHS) { return LHS + RHS; } struct Foo { inv Val = 0; } Foo f = adder(Foo{}, Foo{}): In this code snippet, we assume that Foo meets the requirement tha...
| | www.reedbeta.com
3.6 parsecs away

Travel
| | Pixels and polygons and shaders, oh my!
| | www.cppstories.com
24.8 parsecs away

Travel
| Let's start blogging! Previously I had a wordpress blog, but I got hacked and I needed to move to some other platform. I had had some experience with the Blogger before, so I thought I give it a chance. In this place I will write about my experience with programming in general.