I want explanation for this assignment: how to connect mysql
database using c/c++,please explain this detailly?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main use of c++?
Show the declaration for a static function pointer.
What is ios flag in c++?
What do you understand by pure virtual function? Write about its use?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
what is oops and list its features in c++?
When are exception objects created?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What are c++ storage classes?
Is there any problem with the following: char *a=NULL; char& p = *a;?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What is the this pointer?