Programming
C4701
Daniel-Kim
2009. 9. 30. 10:29
Visual C++ Concepts: Building a C/C++ Program
Compiler Warning (level 4) C4701
Error Message
Potentially uninitialized local variable 'name' usedYou may have used the local variable name without first assigning it a value, which could lead to unpredictable results.