Write a C/C++ program to add a user to MySQL. The user
should be permitted to only "INSERT" into the given database.
Is stl open source?
what is template and type convertion
what is the difference between thread and process
When did c++ add stl?
Is string part of stl?
what is c++
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; }
Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
write a program that input four digit no and finds it is palindrome or not
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.
method overloading means what?
what are you now programming Languages C+