|
-
February 4th, 2007, 10:47 AM
#1
2 basic question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|