Search:

Type: Posts; User: khanzhut

Search: Search took 0.02 seconds.

  1. And special thanks to DeadPlanet for pointing out...

    And special thanks to DeadPlanet for pointing out the errors in my codes and resolving my problem.
  2. Thanks God ..... I have corrected the problem...

    Thanks God ..... I have corrected the problem with the help of you people and are reproducing my codes again .... its perfectly running.




    #include <iostream>


    using namespace std;
  3. OK .... I have changed the code as: else...

    OK .... I have changed the code as:




    else if (submenu > 18)
    {
    nextline();
    cout << '\t' << "YOU ENTERED WRONG VALUE ... PLEASE TRY AGAIN : ";
    ...
  4. Yeap ... you are right.

    Yeap ... you are right.
  5. @ tapstop: Yeah .... you right. Basically, first...

    @ tapstop: Yeah .... you right. Basically, first I used do - while loop but later-on I deleted do and only used while loop. But, unfortunately, I didn't delete semicolon from the while loop. ...
  6. @ Hodor: Don't blame the teacher, just blame...

    @ Hodor:


    Don't blame the teacher, just blame me because I don't have any teacher. I am learning C++ from the Book "Jumping into C++" by myself. And I have just finished sixth Chapter learned...
  7. Thanks Hodor for your comments ..... I think you...

    Thanks Hodor for your comments ..... I think you didn't see the subject line which clearly specify the word "Basic".

    I would say that it is a program written by a person who is new to C++...
  8. Basic Order booking program for a Restaurant ....

    Hello again ....

    I have written a Basic program of an assignment on "Functions" related to a Restaurant Order Booking system.

    I am facing following two problems in it :

    1- I want to clear...
  9. Replies
    6
    Views
    1,884

    @ Elysia...

    @ Elysia "Also, don't forget to validate your input! Always validate your input! If the user enters anything that is not 0, 1, 2, 3, then you should print an error and do nothing."


    Yes you are...
  10. Replies
    6
    Views
    1,884

    Ok Elysia .... I would check it .... However, for...

    Ok Elysia .... I would check it .... However, for your information, the book which in my use "Jumping into C++" is written by Alex Allain (who is the Creator of Cprogramming.com.
  11. Replies
    6
    Views
    1,884

    Thanks manasij for your input. Arrays are in...

    Thanks manasij for your input. Arrays are in Chapter 10 in the said book .... though I would check them.
  12. Replies
    6
    Views
    1,884

    Basic Poll Program in C++

    Hello All,

    I am newbie in C++ programming, learning it since last two weeks getting help from Jumping into C++ by Alex Allain (Creator of Cprogramming.com.

    I have recently completed the fifth...
Results 1 to 12 of 12