Recent content by rahulbwn
-
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.- rahulbwn
- Post #14
- Forum: Engineering and Comp Sci Homework Help
-
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.- rahulbwn
- Post #12
- Forum: Engineering and Comp Sci Homework Help
-
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.- rahulbwn
- Post #10
- Forum: Engineering and Comp Sci Homework Help
-
R
Comp Sci Regarding C++ Problem Disscusion
sir see i have mensioned the target. please see the line in my program menu:count<<"Main Menu:\n\n";- rahulbwn
- Post #9
- Forum: Engineering and Comp Sci Homework Help
-
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()...- rahulbwn
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
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...- rahulbwn
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
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- rahulbwn
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
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...- rahulbwn
- Thread
- C++
- Replies: 13
- Forum: Engineering and Comp Sci Homework Help