STL (140)
OOPS (873)
C++ General (2409) In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1015How the programmer of a class should decide whether to declare member function or a friend function?
1063We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1035How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1036
What is the highest level of cohesion?
Which software is best for c++ programming?
What is token c++?
What is the need of a destructor? Explain with the help of an example.
What are dynamic type checking?
What does the ios::ate argument do?
How do I tokenize a string in c++?
Does c++ cost money?
What is the difference between set and map in c++?
Is string part of stl?
How does code-bloating occur in c++?
What is string in c++ programming?
Describe the different styles of function prototypes in C++.
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is a string example?