2012.05.29 - C++11 - part 1 in ProgramistaMag
C++11 part 1 has recently been publish in the Programista magazine. article covers:
pseudo random numbers generator
decltype declaration and usage
alternative function syntax
ranged-based for loop
have a nice reading! :)
Back to top