Hi guys,

I have 2 compilers, Microsoft's Visual Studio c++ 2010 and dev-C++.
I made 1 program in VS and i sent it to my friend to test it but he couldn't open it cause he got some error (msvcp100.dll was not found). I sent it to 2 other friends and they've got the same error.

So i tried to compile that code of program in other compiler (dev-C++, hoping my friends can open it now) , i copied the whole code which i made in Microsoft's VS and i got some errors.
In VS with complete same code i got no errors.

Any conclusion?

Regards.