C++ and MQL5 – MetaTrader 5
People have been asking if the code of MetaTrader 5 (MQL5) will be similar to C++?
It was promised that MQL5 will be very similar to classic C / C++, except:
- pointers. that staff with *.
- goto operator.
- anonimous enumeration.
- some exotic staff from so-called “object-oriented programming”: classes constructors do not have parameters, no multiply inheritance etc.
From discussion of the already-made MQL5 help file (means “beta” version of MQL5 is ready), I can say that MQL5 will be VERY close to C. Great improvement will be structures.
The MQL5 Help file can be downloaded from http://www.mql4.com/files/mql5.chm
Source – http://forum.mql4.com/25165
Related posts:

