281264 Messages: 272 Registered: June 2010 Location: Spain
Experienced Member
Thank you.
Additional note: when debugging a simple C++ console application, the debugger shows trash values (i.e. non sense values) of many variables. What is the reason of this???.
Concerning the debugger I am attaching a screenshot showing a debugging process of a simple C++ console program. The programs is stopped after the assignment of a value of 10 (integer) to the variable a. Consequently, the value of a should be 10; however have a look to the debugger’s output: it is nonsense!.