Can I use a forloop to get the property names of a "struct" in C? Or would I just have make a separate list? (Just the name I am looking for)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You'll have to make a separate list. The C programming language doesn't have any introspection capabilities that would let you enumerate the property names of a struct. |
|||
|
|
|
|
|||
|
|
struct. Therefore, it ditches that information (i.e., C has no reflection.) – GManNickG Jun 20 '10 at 17:27