I'm a C++ programmer, interested in linux, compilers and toolchains and generally the embedded software stack.
boost::is_base_of
work?
op[]
and op T*
are both there.
FAQ answers:
Favourite answers:
new
, new[]
, delete
and delete[]
in a nutshell.
T(a)
but allowing T t(a)
- forbids (accidental) temporaries.
RAII
the lazy way.
inline
and the ODR in C++, and inline
in C99