Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C dynamic structure

Name: Anonymous 2011-12-05 10:24

Something I've been wondering,

Is it possible at runtime to dynamically create a struct? I don't mean dynamic array size, I mean the variables and such inside a structure.

Name: Anonymous 2011-12-05 11:15

[code]
template <class T> struct something {
    T something_Good;
};
[code]

I think it's time you moved up to C++. It's not technically runtime, but it's damn close to what you want

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List