How stl is different from the c++ standard library?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
what is template and type convertion
Explain stl.
Why should a c++ programmer be interested in stl?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
Define the terms: field, record, table and database
How does an stl file work?
What are stl algorithms?
what is an algorithm in terms of STL?
how to swap two numbers in a linked list without exchanging the data but only the links?
Explain when u will use Observer pattern and how u will implement in c++ .