Getting Started
This page describes how to create a HnxGC 'HelloWorld' with HnxGC library.
Preparation
Before start writing your HnxGC program, you'll need 2 steps:
Step 1: Download HnxGC library
Step 2: Install HnxGC library
Creating Your First HnxGC Application 'HelloWorld'
To create your first HnxGC application, HelloWorld, you'll need 4 steps:
Step 1: Add the header file and namesace;
Step 2: Upgrade C++ class to HnxGC class;
Step 3: Upgrade C++ pointer to HnxGC pointer;
Step 4: Need not use 'delete' anymore.
The program prints following to the Output window:
Hello, John
Goodbye,John
Congratulations! Your program works!