User: ycai77

  • Public profile

User profile: ycai77

User info
User name:ycai77
History
Joined:
Number of posts:18
Latest posts:

Why it is not needed to decorate a “const char *” with “extern” when sharing it cross multiple files
Thanks Cubbi for your crystal clear explanation. Everything now makes sense. The reason for not usin...

Why it is not needed to decorate a “const char *” with “extern” when sharing it cross multiple files
Thank Disch a lot for your reply. However, both the examples are tested and working. Maybe the advan...

Why it is not needed to decorate a “const char *” with “extern” when sharing it cross multiple files
While reading C++ books, I learned that to share a const variable/object cross multiple files, we ne...

Unexpected result regarding comparing two pointer-related integer values in C++
Thanks a lot, Moscow. it works. So it means operator '+' has higher priority than '?' and it is nec...

Unexpected result regarding comparing two pointer-related integer values in C++
I have a BST of three elements {1, 2, 3}. Its structure looks like [code] 2 / \ 1 3 [/code...

This user does not accept Private Messages