User profile: HabibAurangabad

User info
User name:HabibAurangabad
Email:habib3105@gmail.com
Name:Mohd Habeeb
Location:Aurangabad
History
Joined:
Number of posts:15
Latest posts:

Username and Password program
Just 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 file
Thank 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 file
You can also make use of static integer data member and increase it as you go on pushing (creating) ...