What is the topic of the C++ FAQ list?
Answer / phool chand
Any C++ related subject occurring 'frequently' in the cplusplus echo. There must be no doubts _at_all_ that it is on topic in the echo. This means that normal (ANSI) C subjects are not on topic for this list. Also the coverage of subjects specific to a platform, compiler or library will be limited.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are protected members in c++?
What do you mean by funtion prototype?
What is the difference between an external iterator and an internal iterator?
What is token c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How can you specify a class in C++?
Explain the difference between struct and class in terms of access modifier.
How many static variables are created if you put one static member into a template class definition?
What is the difference between static global and global ?
Explain mutable storage class specifier.
What is the this pointer?