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
No Answer is Posted For this Question
Be the First to Post Answer
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 is template and type convertion
What does stl mean in slang?
how to use C++?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
how to overload << and >> operator in c++
#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?
Who created stl?
What is a standard template library (stl)?
What is the name of your birth place?