Andrea Zani / Publications
Forum
Static members in class
Hi In the evolution of MQL5 plans , would be introduced static memebers in class? For example: class azClass:CObject { protected: static double Price; public: azClass(); static double CheckPrice(void); }; And from other class: ... double value=azClass::CheckPrice(); ... I make some test but, at the