I you are one of who have been following our post series about template metaprogramming with modern C++, at this time you should have become a C++ template Guru. At least thats what I expect ;).
        
        
          [Read More]
        
      
    I Hate the Switch Statement
        C++ inherits many of its features from the C programming language, some of them fit well with modern programming, and some others do not. One cathegory of such features is the syntax for flow control, where the C language stands above the rest of the languages thanks to some constructions...
        
        
          [Read More]