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.
Explain stl.
Is string part of stl?
why & sign is used in copy constructor
write a program that input four digit no and finds it is palindrome or not
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Who created stl?
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
i want a road rash 3d game code if some one know please help me
what is electronic software
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value