i want to update records this code wroks some time but sometine not..please help meall your name are in char? not string?
how to check if input is integer ?example: [code] #include< iostream> using namespace std; int main(){ int input = 0;; c...
Declaration of an array of vectors like that why you want to use vector? quite confuse with yours question. haha..
Declaration of an array of vectors example [code] #include<iostream> #include<vector> using namespace std; int main(){ int Siz...
How to exit program immediately if an exception occurs (without executing the rest of the statements)insert [code] exit(1); [/code] inside your [code] catch[/code]