Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of JVApen

JVApen

JVApen has asked 25 questions and find answers to 52 problems.

Stats

1.3k
EtPoint
331
Vote count
25
questions
52
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