- Joined
- Nov 10, 2009
- Messages
- 2
- Reaction score
- 0
For example: 3e19 + 0.0001
Will this code be excuted really?
I watch a variable in GDB, but can not stop when this is excuted.
double a = 3e19;
double b = 0.0001;
a = a + b;
awatch a
Will this code be excuted really?
I watch a variable in GDB, but can not stop when this is excuted.
double a = 3e19;
double b = 0.0001;
a = a + b;
awatch a