STL (140)
OOPS (873)
C++ General (2409)
What is oop in c++?
What can I use instead of namespace std?
What is polymorphism programming?
Are polymorphisms mutations?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How does the copy constructor differ from the assignment operator (=)?
Will this c++ program execute or not?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is function overloading in C++?
How would perform Pattern Matching in C++?
How to implement is-a and has-a class relationships?
How do you show the declaration of a virtual constructor?
What's the most powerful programming language?
What is ios flag in c++?