CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Faraz95

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    3,576

    Re: problem with if and else if

    it's solved thanks for your help
  2. Replies
    9
    Views
    3,576

    Re: problem with if and else if

    i don't know what debugger is??i use dev compiler
  3. Replies
    9
    Views
    3,576

    Re: problem with if and else if

    i mean program run well when i entered sort but it also print you have entered wrong answer.
  4. Replies
    9
    Views
    3,576

    problem with if and else if

    hi.i have several if and else if,but the last if only check one if what's the problem.
    plz help


    if(strcmp(func,"add")==0 || strcmp(func,"ADD")==0)
    {
    //some orders.
    }
    else
    {
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured