Why it is not needed to decorate a “const char *” with “extern” when sharing it cross multiple filesThanks 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 filesThank 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 filesWhile 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