sed_lex
sed_lex
Friends

Add friends via their profile or user search and you will be able to see if they are online

sed_lex
Added topic Object method as callback
Hello, I'm trying to use an object method as a callback, inside an object method. typedef int (*IntCallback)(); class Obj {      public :     Obj()     {     }
sed_lex
Added topic Pointer to this function type is not supported yet
Hello, I'm trying to use function pointer in my object, but i got "Pointer to this function type is not supported yet" error at compile. class OrdersManager {      typedef void (*OrderCallback) ( int );     
sed_lex
Registered at MQL5.community