How the STL's are implemented, What the difference between
templates and STL?
Answer / bob
4 fundamental elements consist STL: container, allocator,
iterator and algorithm.
STL employs highly template technology, for all 4 aspects
| Is This Answer Correct ? | 1 Yes | 3 No |
c# support late binding or early binding.
i want a road rash 3d game code if some one know please help me
write a program that input four digit number and find how many 7 that number contains
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Write a program to print the swapping in two no and using three variable.
what is strcture i++ i ++i answer to this i=5 what is the out put
Explain stl.
In what scenario does the Logical file and Physical file being used?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
what is c++
totoo po ba ang manga aliens!
Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .