Classes
I was wondering if you could create an object( class Object{}
)with out declaring it( Object declaration;
).
Thanks In Advance
..?
...Yes?
void *object=malloc(n);
There you go: n bytes to work with which you can access however you like and don't have to declare anything.
Topic archived. No new replies allowed.