Is stl open source?
No Answer is Posted For this Question
Be the First to Post Answer
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
WHAT IS FIBONACCI SERIES?
method overloading means what?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
Explain References in C++
Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
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.
why & sign is used in copy constructor
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
What are the components of stl?