User: ccdare

  • Public profile

User profile: ccdare

User info
User name:ccdare
History
Joined:
Number of posts:22
Latest posts:

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_EXP
Is 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