User profile: Tarch

User info
User name:Tarch
Name:Tarcisio Fedrizzi
Location:Italy
History
Joined:Apr 17, 2008 at 6:39am
Number of posts:5
Latest posts:

Typeof and pointer to templated functions/method
[quote] typeof is not, to the best of my knowledge generally supported in C++. [/quote] It could ...

Typeof and pointer to templated functions/method
Bump. :D Bye!

Typeof and pointer to templated functions/method
Hi all, someone knows why the following code: [code] struct A { template <typename T> ...

Get type of a pointer to member
Ok, thank you very much. Bye!

Get type of a pointer to member
Hi all, can someone tell me if there is a better way than the following to get the type of a pointe...