User profile: Allaye

User info
User name:Allaye
History
Joined:
Number of posts:29
Latest posts:

cant call a template function with auto return type in main
#include "iostream" #include "string" using std::cout, std::cin, std::endl, std::string; template...

'Blending::Blend': non-standard syntax; use '&' to create a pointer to member
Am sorry that isn't the case, i actually tried your link but couldn't get any solution to the proble...

'Blending::Blend': non-standard syntax; use '&' to create a pointer to member
[quote]So, you completely ignored the answers people gave you in your previous thread: http://www.c...

'Blending::Blend': non-standard syntax; use '&' to create a pointer to member
[code]----------header file------------ class Blending { public: Blending() { } voi...

Error 'Blending::Blend': non-standard syntax; use '&' to create a pointer to member
Am having a function called "createtrackbar" that takes a function with a pointer argument as argum...