Serializing in C++ leveraging template metaprogramming
An approach to object serialization using C++ typing information. When the type of an object is known both at sender and receiver side... more »
Tweet 0 Comments Save Tags: c-and-cpp , methodology , research
Curried Functions in C
A curried function is a function which takes only one parameter and returns a function defined according to that parameter. This is a... more »
Tweet 0 Comments Save Tags: c-and-cpp
Objective-C Literals
Three new features were introduced into clang at the same time: NSNumber Literals provide a syntax for creating NSNumber from scalar... more »
Tweet 0 Comments Save Tags: apple , c-and-cpp , mobile , reviews