Problem with my Dev C++

Discussion in 'C++' started by Yasiir2, May 5, 2009.

  1. Yasiir2

    Yasiir2 New Member

    Joined:
    Apr 13, 2009
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    Dear Freinds
    My Dev C++ software shows an error when i complie any code even the code is logically correct.its related to iostream but i cant understand why is it..please somebody help me i am attaching pic here..thanks...
     

    Attached Files:

  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Try compiling Hello world program and see if its actually an issue with the compiler ?
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    That's a warning, not an error. The clue is in the first bit "#warning".
    Warnings are useful pointers if something's going wrong but if you know what a warning is warning you about then you can safely ignore it.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice