Sub chapter pages: ACDK Basics
We now want to introduce to you the basics of ACDK.
Object in ACDK
We now want to introduce to you the object classes of ACDK.
Types of ACDK
In ACDK, you can use all possible types that can be
used in C++.
Yet, if you want your code to be supported by metafeatures
like gargabe collection, serialization, debugging, scripting
etc., you should use types that are supported by
ACDK.
ACDK Hello World
To get a first impression, here is a simple project written in ACDK.
|