Is stl open source?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using the fork command?.. how it works?
What is 2*2?
When did c++ add stl?
What is the underlying datastructure of map?
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
Write a program in C++ returning starting locations of a substring using pointers
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");
write a piece of c++ code which allocate memory to the 50 object of type CObj
What is a standard template library (stl)? What are the various types of stl containers?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
What are stl algorithms?
how to making game in c++ ?