Hi everyone, I have recently bought Blitzmax and ive been trailing through the docs + online wiki.
There are a few questions you may be able to answear:
From what I can gather function pointers are possible, how?
Is it possible to have static data members for a type?
How hard is it to read custom types within other languages such as c/c++?
Are variables in Blitzmax such as integers and strings simple variables, or are they like .NET variables, all inherited from various other objects with extra baggage?
Is there any form of type casting? Example in c:
int *memlocation = (int*)0xff;
I think thats enough for now, thank you very much!!
P.S is there going to be any GUI modules released by BlitzResearch? If so are they going to be free?
There are a few questions you may be able to answear:
From what I can gather function pointers are possible, how?
Is it possible to have static data members for a type?
How hard is it to read custom types within other languages such as c/c++?
Are variables in Blitzmax such as integers and strings simple variables, or are they like .NET variables, all inherited from various other objects with extra baggage?
Is there any form of type casting? Example in c:
int *memlocation = (int*)0xff;
I think thats enough for now, thank you very much!!
P.S is there going to be any GUI modules released by BlitzResearch? If so are they going to be free?