Problem with my Dev C++

Light Poster
5May2009,12:15   #1
Yasiir2's Avatar
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 Images
File Type: jpg error.JPG (195.4 KB, 6 views)
Go4Expert Founder
5May2009,14:52   #2
shabbir's Avatar
Try compiling Hello world program and see if its actually an issue with the compiler ?
Mentor
5May2009,15:11   #3
xpi0t0s's Avatar
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.