Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of JVApen

JVApen

JVApen has asked 27 questions and find answers to 60 problems.

Stats

1.4k
EtPoint
357
Vote count
27
questions
60
answers

About

C++ programmer, Linux user (@home) and LLVM enthusiast.

Special interests in:

  • Upcoming C++ standards
  • multi-threading
  • code simplicity
  • compiler optimizations

What every C++ programmer should know:

  • Communities should improve
  • C shouldn't be taught to learn C++
  • Basic compiler optimizations
  • Awesome tools to improve your workflow

Posts I'm proud on:

  • Named arguments based on strong typing
  • When not to allocate memory
  • No need for std::enable_if
  • How do lambdas work
  • Iterate over Enumerations
  • Value semantics and rule of 5 explained to Java programmer