User profile: Ryancit2

User info
User name:Ryancit2
History
Joined:
Number of posts:7
Latest posts:

Using function pointer to change function signatures
Alright i figured that out. Moreover, i was using typename template in .cpp (function definitions) f...

Using function pointer to change function signatures
Oh wait, how do i provide default values for following parameters? [code]template<typename ... Args>...

Using function pointer to change function signatures
Thanks a lot Peter87, that information is pretty darn good. Solved.

Using function pointer to change function signatures
Wow, thanks @Peter87, that worked like a charm. Just a small complication, still, i want to set() me...

Using function pointer to change function signatures
Hey guys, i have a pointer-to-function variable which is supposed to store 'any type of function' wi...