A functor is pretty much just a class which defines the operator(). That lets you create objects which “look
Continue readingTag: programming
C++11 – Why Lambdas Rock
The problem C++ includes useful generic functions like std::for_each and std::transform, which can be very handy. Unfortunately they can also
Continue readingSeveral issues of porting C++ code to the 64-bit platform
Introduction x86-64 is a bit of a special case – for many architectures (eg. SPARC), compiling an application for
Continue reading
You must be logged in to post a comment.