What are the different types of stl containers?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C++ returning starting locations of a substring using pointers
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Waht is inheritance
#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?
give me the defination of inheritance?
write a piece of c++ code which allocate memory to the 50 object of type CObj
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How the STL's are implemented, What the difference between templates and STL?
How do you convert stl to steps?
Explain when u will use Observer pattern and how u will implement in c++ .
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
What is Constructor