VS 2008 Compiler option for flagging uninitialized variables.

Posted by GregH on Stack Overflow See other posts from Stack Overflow or by GregH
Published on 2010-03-30T11:44:58Z Indexed on 2010/03/30 11:53 UTC
Read the original article Hit count: 397

Is there a compiler option in VS 2008 (C++) to expose uninitialized variables? I'm trying to debug a problem where the "release" build of a DLL does not work but the "debug" build of the DLL does work.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio