STL (140)
OOPS (873)
C++ General (2409)
What is buffer and example?
Why c++ is the best language?
When do we run a shell in the unix system? How will you tell which shell you are running?
What is a memory leak in C++?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is a forward referencing and when should it be used?
Explain the difference between c++ and java.
What are separators in c++?
How does c++ structure differ from c++ class?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is the meaning of string in c++?
Is c++ a float?
What is oops concept with example?
What is istream c++?
Describe Trees using C++ with an example.