In what situations do you have to use initialization list rather than assignment in constructors?
No Answer is Posted For this Question
Be the First to Post Answer
Who calls main function?
How does throwing and catching exceptions differ from using setjmp and longjmp?
How do I make turbo c++ full screen?
How would you represent an error detected during constructor of an object?
How do you initialize a string in c++?
What is &x in c++?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
How to declaring variables in c++?
What is the object serialization?
Why do we need constructors in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is searching?