Hi dear friends
I have a big problem in using 3dgs.
I wrote a simple code to work with Arrays and Matrices:
#include <acknex.h>
#include <default.h>
var m[3];
main()
{
m = {1, 2, 3};
}
but when I run it, an error message appears.
why? this is a very simple code in Litc-c but it dosen't work.
I need help for this to continue programming my flight simulator
with real flight equations of motion.
Regards