integral promotion question.If the expression is: [code] short a=11; short b=a; [/code] In the second expression, will a fi...
difference between DBL_MAX_EXP & DBL_MAX_10_EXPIs the non-10 version means in the binary format the digits of exponent can up to? Due to I find 2 x...
Where do temporary data be put?[code] cout << 5;//the 5 cout << "hello";// the hello int x = 5;//the "5" [/code] these data occupy...
strobj.find(str1,pos), what if position argument is out of the size?thanks!
strobj.find(str1,pos), what if position argument is out of the size?Will the following code make the find() search until the string::npos? [code] string l="hello"; ...
This user does not accept Private Messages