So basically what you're saying is, that I've allocated the number of the address of my "tmp" MAGNET pointer, so I can allocate the values of the struct to other places?

Does this mean I can use it like ent_create, in that I can create as many as I want (or at least as many as my PC's RAM will hold, which is a lot, )?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}