supercloud
Senior Member
43 Posts |
Posted - Jun 28 2006 : 10:05:22 PM
|
Example: int nNum = 5.0;
Now I want to cast 5.0 to int, so I write the code as follows: int nNum = stat|5.0 the suggestion lists with the item "static_cast" popup, after I press Enter, the suggestion is accepted, however, the digit "5" disappeared!
VAX 1525, VC 2005 |
Edited by - supercloud on Jun 28 2006 10:08:03 PM |
|