I've received some source code from a student who apparently wrote a program in C++ on Windows/Visual Studio; I've been trying to get it to compile on the mac/xcode however when I do run it, it gives me the error that the header stdafx.h is missing. From Google I've seen this is a header particular to Visual Studio; is there anyway to get this code to compile using another library on the mac (please forgive if I'm missing a lot of things, I'm not very familiar with C++)?
Thanks,
Dan
Thanks,
Dan