最終更新:2011-02-24 (木) 21:22:45 (4799d)  

X++
Top / X++

http://msdn.microsoft.com/en-us/library/aa867122.aspx

X++ is an object-oriented language with similarities to C♯. X++ is part of the MorphX? development platform that you use to construct accounting and business management systems.

The memory management model of X++ is simple. Objects are created with a new operator. There are no explicit programmer-defined pointer data types, and there is no pointer arithmetic.

X++ provides system classes for a broad range of system programming areas, a few of which are as follows:

  • File input and output.
  • Reflection on classes and tables.
  • Manipulation of user interface items such as forms and reports.
  • Dynamic array support.
  • Collections of objects.
  • XML building and parsing.

関連