I fear the answer, but is there an easy (programmer beginner-friendly) way to make C++ code from VS2010 into an executable file to be used on a mac computer?
The easiest way is to probably give it to someone who has a Mac and ask them to compile it for you, assuming you used no Windows-specific libraries or extensions. :/