«« Next » « Previous
«« Next » « Previous

Link Details

Lumbergh says: "If you voted, that would be greeaaaattt!" Login and vote now.
Link 60361 thumbnail

By dzonelurker
via msdn2.microsoft.com
Published: Jan 08 2008 / 13:20

X++ is Microsoft's object-oriented language with similarities to C++ and Java for MorphX, a platform for constructing complex accounting and business management systems. X++ includes a number of common SQL commands as an integrated part of the language. The memory management model is extremely 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 extensive compile-time checking, followed by a second level of run-time checking. The X++ garbage collector runs automatically; as soon as no references exist to a particular object, that object is deleted and its storage is reclaimed.
  • 6
  • 15
  • 1478
  • 529

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.