Recent content by rahulbwn

  1. R

    Comp Sci Regarding C++ Problem Disscusion

    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.
  2. R

    Comp Sci Regarding C++ Problem Disscusion

    ok then is there any other way of jumping from one function to another. If yes, then please sujust me.
  3. R

    Comp Sci Regarding C++ Problem Disscusion

    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.
  4. R

    Comp Sci Regarding C++ Problem Disscusion

    sir see i have mensioned the target. please see the line in my program menu:cout<<"Main Menu:\n\n";
  5. R

    Comp Sci Regarding C++ Problem Disscusion

    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()...
  6. R

    Comp Sci Regarding C++ Problem Disscusion

    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...
  7. R

    Comp Sci Regarding C++ Problem Disscusion

    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
  8. R

    Comp Sci Regarding C++ Problem Disscusion

    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...
Back
Top