Hello everyone,
So i have a question how would i be able to do something like the following in C++ (using structs or classes) (Code example is visual basic)
Private Type BankRec
Item(1 To MAX_BANK) As PlayerInvRec
End Type
I'm pretty new to C++ and used to use visual basic..... but in visual basic you don't have all the same possibilities and especially not in VB6.0
Kind Regards,
Santa-Claus,