| Example | Source | Binary |
|---|---|---|
| Global array demo | global_array_demo.c | global_array_demo.exe |
| Stack array demo | stack_array_demo.c | stack_array_demo.exe |
| Heap array demo | heap_array_demo.c | heap_array_demo.exe |
| Global struct demo | global_struct_demo.c | global_struct_demo.exe |
| Stack struct demo | stack_struct_demo.c | stack_struct_demo.exe |
| Heap struct demo | heap_struct_demo.c | heap_struct_demo.exe |
| Packed heap struct demo | heap_packed_struct_demo.c | heap_pack_struct_demo.exe |
| Heap struct array demo | heap_struct_array_demo.c | heap_struct_array_demo.exe |
| Simple C++ class | call_vfunc.cpp call_vfunc.h | call_vfunc.exe |