Difference within compilers

Hey there, I was wondering if there was a difference between using different compilers.

For example, I want code my project in XCode or Compilr but my professor is going to check for memory leaks by using Visual Studio Express 2010. So I was wondering if I could just code in either XCode or Compilr and then open the code in Visual Studio to check for memory leaks.

I like the Mac interface but need Visual Studio to pass my professor's memory leak test.

Any suggestions?

Thanks!
there are differences in compilers but none that should cause memory leaks. If you know your assignment will be tested and graded on windows you should always compile it on windows to atleast test/verify that everything compiles properly and works as intended before turning it in.
Last edited on
Topic archived. No new replies allowed.