What C++ libraries are you proficient with?
Answer Posted / bob
STL,
and cstdlib :)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how to connect with oracle 9i with server in socket program in c/c++
What is c++ virtual inheritance?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is pure virtual function? Or what is abstract class?
How many keywords are used in c++?
How many namespaces are there in c++?
What are signs of manipulation?
What is a lambda function c++?
What is pointer to member?
What problems might the following macro bring to the application?
Explain the concept of memory leak?
What are the advantages of using typedef in a program?
What is iterator c++?
Write about all the implicit member functions of a class?
What is c++ manipulator?