Note that there are some explanatory texts on larger screens.

plurals
  1. USJohannes Schaub - litb
    primarykey
    data
    text
    <p>I'm a C++ programmer and CS student, interested in ISO C++ standardization process and compilers/linkers. </p> <p>Currently I'm doing Informatik Masters at TU-Darmstadt.</p> <p>I'm too busy to keep up with the recent developments of C++14 and C++14+, so please don't expect me to be able to help with them.</p> <p><hr> Standardese answers:</p> <ul> <li><a href="http://stackoverflow.com/questions/2910979/how-is-base-of-works">How does <code>boost::is_base_of</code> work?</a> <li><a href="http://stackoverflow.com/questions/4420828/another-bug-in-g-clang-c-templates-are-fun">Injected class name and constructor lookup weirdness</a> <li><a href="http://stackoverflow.com/questions/3519282/why-is-this-ambiguity-here"> What happens when <code>op[]</code> and <code>op T*</code> are both there.</a> </ul> <p>FAQ answers:</p> <ul> <li><a href="http://stackoverflow.com/questions/610245/where-to-put-the-template-and-typename-on-dependent-names">Where to put "template" and "typename" on dependent names (now also covers C++11)</a> <li><a href="http://stackoverflow.com/questions/4176328/undefined-behavior-and-sequence-points/4190054#4190054">Undefined behavior and sequence points</a> </ul> <p><p> Favourite answers:</p> <ul> <li><a href="http://stackoverflow.com/questions/2425728/delete-operator-in-c/2425771#2425771">Plain <code>new</code>, <code>new[]</code>, <code>delete</code> and <code>delete[]</code> in a nutshell.</a> <li><a href="http://stackoverflow.com/a/13168668/34509">Assertion failure on <code>T(a)</code> but allowing <code>T t(a)</code> - forbids (accidental) temporaries.</a> <li><a href="http://stackoverflow.com/a/13332744/34509">Explicitly instantiating a typedef to a class type</a> <li><a href="http://stackoverflow.com/questions/2419650/c-c-macro-template-blackmagic-to-generate-unique-name/2419715#2419715">Doing <code>RAII</code> the lazy way.</a> <li><a href="http://stackoverflow.com/questions/400951/c-foreach-or-similar/400970#400970">C for-each over arrays.</a> <li><a href="http://stackoverflow.com/questions/908830/isnt-cs-inline-totally-optional/910686#910686"><code>inline</code> and the ODR in C++</a>, and <a href="http://stackoverflow.com/questions/2217628/multiple-definition-of-inline-functions-when-linking-static-libs/2218034#2218034"><code>inline</code> in C99</a> </ul>
    plurals
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload