User profile: imi

User info
User name:imi
Name:Immanuel Scholz
Website:http://www.eigenheimstrasse.de
History
Joined:
Number of posts:426
Latest posts:

Template specialization "const T" does not trigger member functions?
nope.. I am passing a type. (btw: there is not even any function in the struct S which I could poi...

convert a char* to string
by the way: there is a standard getline function which reads directly into a std::string. So you don...

Is Operator Overloading really necessary?
iostream is such a pain if you want to have localization support for a big application... (Then aga...

Template specialization "const T" does not trigger member functions?
Hi, seems like my compiler (VS2010) does not specialize templates, when the specialization for T ...

function_traits for member functions? (Deducing parameter types from member function pointer)
Hi, is it possible to retrieve the parameter types and return value type from a type of a member ...