STL (140)
OOPS (873)
C++ General (2409)
How one would use switch in a program?
How is c++ different from java?
Write a c++ program to display pass and fail for three student using static member function
What is the standard template library (stl)?
class type to basic type conversion
Which programming language is best to learn first?
Why cstdlib is used in c++?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
How do you flush std cout?
Carry out conversion of one object of user-defined type to another?
What are features of c++?
What are c++ files?
What is an associative container in c++?
Is there any error below, its a code to delete all entires from a map #include