Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of JVApen

JVApen

JVApen has asked 24 questions and find answers to 50 problems.

Stats

1.2k
EtPoint
327
Vote count
24
questions
50
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