What is this weird colon-member (" : ") syntax in the constructor?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the purpose of ios::basefield in the following statement?

0 Answers  


Can you Mention some Application of C/C++?

0 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


What is dynamic and static typing?

0 Answers  


What is the most powerful coding language?

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


Does c++ have finally?

0 Answers  


What are the 4 types of library?

0 Answers  


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

2 Answers   Quark,


What is a friend function in c++?

2 Answers  


What is function prototyping?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


Categories