Hi, I'm trying to write some C++ code from an example peice of code from this forum but I'm stuck, can someone tell me what this is doing?
I can't figure out what the type:TType is doing, what is it doing here TType(array[a]) ?? in C++ that would be a constructor!
Thanks.
Local array:Int[10] For a:int = 0 to 10 Local type:TType = TType( array[a] ) Next
I can't figure out what the type:TType is doing, what is it doing here TType(array[a]) ?? in C++ that would be a constructor!
Thanks.