What are activex and ole?
No Answer is Posted For this Question
Be the First to Post Answer
What is prototype in c++ with example?
Is java easier than c++?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What does namespace mean in c++?
Differentiate between a constructor and a method in C++.
Is there finally in c++?
Does c++ have string data type?
Is it possible to have a recursive inline function in c++?
List the merits and demerits of declaring a nested class in C++?
What is c++ best used for?
What is "mutable" keyword?
What is the C-style character string?