Codemotion è la tech conference più grande in Italia e una delle più importanti in Europa, con un network di oltre 30k sviluppatori. Marco Arena, fondatore di ++it, ha portato una sessione sul perché il C++ è un linguaggio di successo e quali sono i suoi punti di forza che lo rendono speciale ed evoluto. Ad ascoltarlo oltre 150 persone.
Articoli con tag C++17
Folding Expressions
People familiar with the new features C++11 brought to the C++ programming language should know what a variadic template is and why they’re important. Variadic templates can have a variable number of parameters of any type: This not only brings type safety to the code but also ensures that all the variadic arguments handling is […]