Matous Bartl / Publications
Forum
Pass string to object contructor
Hi folks, Maybe I have dumb question, but I'm not abel to solve following issue for a while in MQL4: I have an object with string attribute I'd like to initialize in constructor: class C_instrument { private : string str_name; //!< Instrument name