Hi,
I have a problem regarding my visual studio 2005. I initialized an integer variable and attach debugger to it to check its value at run time. When I run the application, the value of variable it shows is hexadecimal equivalent to value initialized.
How can change it to show in decimal?
Thank you