Hi,

I have 2 basics (or at least I think they are) C++ question

1. What is the difference meaning of the const location?
a. static const char* x = "abc"
b. const static char* y = "xyz"

2. What is the benift/when should I use forward declaration instead of include?

Thanks in advance
Avi