Username and Password programJust edited the program roughly.. Please go through this. [code]#include<iostream.h> #include<strin...
matrix operation not working!!!Hi. As Peter said, you should have used break statements in each case here. I have boldfaced them. ...
Help with reading a fileThank you brother.. I know all the issues which you indicated above... But yes, you are right. He...
NEED HELP :(Your code should be in the following manner. [code]#include <iostream> using namespace std; int m...
Help with reading a fileYou can also make use of static integer data member and increase it as you go on pushing (creating) ...