MSVC enum debugging

Posted by oh boy on Stack Overflow See other posts from Stack Overflow or by oh boy
Published on 2010-04-29T18:29:33Z Indexed on 2010/04/29 18:37 UTC
Read the original article Hit count: 230

Filed under:
|
|

Is there a quick way of outputting the names of enumerated values? I suppose you know what I mean, and at all this isn't possible as of course all of this data becomes irrelevant during compile process, but I'm using MSVC in debugging mode, so is it possible?

© Stack Overflow or respective owner

Related posts about c++

Related posts about msvc