What is "x++"
The memory management model of X++ is simple; objects are created with a new operator and there are pointer data types defined by the explicit programmer.
The X++ provides system classes for a wide range of system programming areas, some of which are as follows::
- Input and output file;
- Reflection on classes and tables;
- Handling user interface items (such as forms and reports);
- Dynamic matrix support;
- Collections of objects;
- Construction and analysis of XML.