G
Guest
Hi!
I'm developing for many years, by i have never encountered such problem in
VC++!
I tried doing the simplest test:
Create new solution -> Win32 project...
In the main procedure I wrote this:
int i=-1;
And breakpoint on the next line.
The value of i is 0xffffff !!!
I tried writing singed int, the same thing happens..
Tried all of the data types, nada.
Can anyone explain this???
I'm developing for many years, by i have never encountered such problem in
VC++!
I tried doing the simplest test:
Create new solution -> Win32 project...
In the main procedure I wrote this:
int i=-1;
And breakpoint on the next line.
The value of i is 0xffffff !!!
I tried writing singed int, the same thing happens..
Tried all of the data types, nada.
Can anyone explain this???