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
Please explain the actions
namely
why the sign (:) and what do we get with it?
What is the difference ?
и
Please explain the actions
namely
why the sign (:) and what do we get with it?
followed by a colon followed by an initialisation list
What is the difference ?
и
Difference in being able to manage an object's lifespan
The difference is the ability to control the lifetime of the object
I understand that in the case of new you can delete the object at any time, but if without it, the object will only be deleted when the function in which the object is called exits, right?
I take it that in the case of new, you can delete the object at any time, but if you don't, the object will only be deleted when the function in which the object is called exits, right?
Yes
Recommend a couple of textbooks please ... The easiest and most useful in your opinion ...
http://rutracker.org/forum/viewtopic.php?t=4039549
http://rutracker.org/forum/viewtopic.php?t=4639528
How to inherit only one method from one class ?
Now I've redesigned my class
And added inheritance ... ( I suspect I may be wrong ) from the vr_MarketInfo class.
Class vr_MarketInfo returns information about Point, Digits for the symbol and checks the lot for errors, and many other things I need for work including logging in Excel and on the chart
When using a method like above a list is given when working in Primer.Primer.Primer()
I would like to do something more abbreviated...