What is the topic of the C++ FAQ list?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can comments be nested?

625


What are the differences between malloc() and calloc()?

613


Can we use pointers in c++?

614


Which is not a valid keyword a) public b) protected c) guarded

743


Is atoi safe?

598






Difference between a copy constructor and an assignment operator.

573


Which operator cannot overload?

542


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

930


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

588


When should we use multiple inheritance?

617


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1737


What is ios flag in c++?

682


What is the difference between a type-specific template friend class and a general template friend class?

558


What is the best c++ ide?

605


Is empty stack c++?

521