Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Johannes Schaub - litb

Johannes Schaub - litb

Johannes Schaub - litb has asked 225 questions and find answers to 1604 problems.

Stats

75.4k
EtPoint
30.6k
Vote count
225
questions
2k
answers

About

I'm a C++ programmer, interested in linux, compilers and toolchains and generally the embedded software stack.


Standardese answers:

FAQ answers:

  • Where to put "template" and "typename" on dependent names (now also covers C++11)
  • Undefined behavior and sequence points

Favourite answers:

  • Plain new, new[], delete and delete[] in a nutshell.
  • Assertion failure on T(a) but allowing T t(a) - forbids (accidental) temporaries.
  • Explicitly instantiating a typedef to a class type
  • Doing RAII the lazy way.
  • C for-each over arrays.
  • inline and the ODR in C++, and inline in C99