C++ and MQL5 – MetaTrader 5

Nov 14th, 2009 | Filed under 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:

  1. Learning programming for the Metatrader 5
  2. MetaTrader 5 – Migrating from MQL4 to MQL5
  3. Rewrite MQL4 to MQL5 Script
  4. MQL5 Reference Guide in Russian
  5. Auto-Generated Documentation for MQL5 Code

Comments are closed.