Can Dev C++ run source codes written in Visual C++?

Hi all,

I have a problem here. When i execute and run the source code which was written in Visual C++ in Dev C++, the outcome was not the same as when i run in Visual C++.

So i would like to know why?
Can it be i need to link the header files (e.g #include "stdio.h") into Dev C++?
There are some differences between compilers, but most of the time they shouldn't affect you.
What was the code and what outputs did you get?
Topic archived. No new replies allowed.