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 |
Explain the difference between c++ and java.
What is the best book for c++ beginners?
What causes a runtime error c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Define pure virtual function?
What are dynamic type checking?
Why can templates only be implemented in the header file?
What are destructors?
How can you quickly find the number of elements stored in a static array?
What are the advantages of pointers?
Tell me an example where stacks are useful?
How is modularity introduced in C++?