Thread: if else statement ????

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    24

    Arrow

    thanks anon
    i done
    if(AppointmenList[currentSize].appdate == AppointmenList[k].appdate)
    but didnt solve my problem i even tried just
    if(AppointmentList[currentSize].time == AppointmentList[k].time)
    but still same
    so i dont think its a problem
    Your second if statement is waaay big!
    Last edited by pczafer; 04-29-2009 at 04:15 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Usefulness of the "else if" statement
    By gn17 in forum C Programming
    Replies: 7
    Last Post: 08-12-2007, 05:19 AM
  2. Meaning of this statement?
    By @nthony in forum C Programming
    Replies: 7
    Last Post: 07-16-2006, 02:57 AM
  3. If Else statement problem
    By doofusboy in forum C Programming
    Replies: 2
    Last Post: 11-09-2005, 07:18 AM
  4. string & if statement
    By Curacao in forum C++ Programming
    Replies: 4
    Last Post: 05-02-2003, 09:56 PM
  5. Uh-oh! I am having a major switch problem!
    By goodn in forum C Programming
    Replies: 4
    Last Post: 11-01-2001, 04:49 PM