X++

high-level proprietary programming language used to develop the Axapta Microsoft ERP system

Developed by: Microsoft

Wikidata: Q4053269

Influenced by: C++Java

Language types: object-based language

X++ Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in X++

class classHello
{
}

static void main(args Args)
{
 dialog dialog;
 dialog = new dialog();
 dialog.addText("Hello World");
 dialog.run();
}

Search on GitHub


Latest data update: 2024-12-11