What is this weird colon-member (" : ") syntax in the constructor?
What is the purpose of ios::basefield in the following statement?
Can you Mention some Application of C/C++?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What is dynamic and static typing?
What is the most powerful coding language?
What do you mean by vtable and vptr in c++?
Does c++ have finally?
What are the 4 types of library?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is a friend function in c++?
What is function prototyping?
When a function is made inline. Write the situation where inline functions may not work.