MetaTrader 4 Build 529 beta released with new compiler - page 146

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What the hell is "dynamic structure"?
It's nothing special, Vadim. It's an abbreviation, for those who understand it, so that they don't have to write so many letters. It means "dynamically distributed structure".
LiveUpdate: new version 4.00 build 567 is available
After the update the editor and terminal were forced to close during compilation (I might not have seen the log when I was editing)
Why are there dynamic structures in mql? Aren't you confused?
I mean the size. If you set the size statically during declaration, then on deinitialization you get that message. If you don't set the size during declaration and use ArrayResize later, then everything is ok....
I'm ashamed to admit that I don't understand OOP, but I really want to understand it ...
How to get started, simple examples ... And also explain how OOP is better than regular programming, if possible with a small example ...
Sorry for the off-top ...
It's nothing special, Vadim. It's an abbreviation, for those who understand it, so that they don't have to write so many letters. It means "dynamically distributed structure".
Ugh! That's normal. I thought, that Metakvots have invented structure with variable number of members :-))
The highlighted one doesn't make sense to me though.
I'm ashamed to admit I don't understand OOP, but I want to understand it very badly...
Suggest where to start, simple examples ... And also explain how OOP is better than ordinary programming, if possible with a small example ...
Sorry for the off-top ...
OOP in MQL5 using examples: error and warning code handling
The Fundamentals of Object Oriented Programming
This is the most useful articles for me,
I have learned it from here - these are the most useful articles for me and do not forget about Help (though it contains complicated examples for beginners, but you'll understand even not so with experience).
It's enough to get you started. The debugger is also useful for studying code implementation, sometimes things are not as simple as they seem.
OOP in MQL5 using examples: error and warning code handling
The Fundamentals of Object Oriented Programming
This is the most useful articles for me,
I have learned it from here - these are the most useful articles for me and do not forget about Help (though it contains complicated examples for beginners, but you'll understand even not so with experience).
It's enough to get you started. The debugger is also useful for studying code implementation, sometimes things are not as simple as they seem.
Thank you !!! Started smoking ....
Thank you !!! Started smoking ....
The 568th build has been released.