ok i will follow it. Can you please tell me about programing errors like formatting,var. Name etc. So that i will improve it. and in future i do't repeat it.
sir give me some solution of it. I m waiting for your replay since 6 hours. I have already targeted the label (menu ) for goto statement in my program (mensioned above ). Please suject me some solution.
ok i am posting code please check it show an error that is undefined label menu. i have mensioned by //please check here. comments in my program which shows an error. program
#include<iostream.h>
#include<conio.h>
#include<string.h>
class converter
{
public:
double i,j;
int m,k;
void acc()...
Thanks for solving this problem.
I have made some changes to this program.
And it works perfectly. Now i want that as the user completes his task. The compiler will ask him press any key or 5 to go back to t
he main menu. For this purpose i used here go to statement. But problem is that here...
without username using in this program it shows no error but as i use it with user name then it does't accept the right password.
predefined user name- rahul
predefined password- 9876
i made a c++ login program but There is Problem occurred During Compairing a Given user name (string ) with a Pre defined String. Please give me some solution of it.
program
#include<iostream.h>
#include<conio.h>
#include<string.h>
class converter
{
public:
double i,j;
char m...