How to run this program in Xcode and atom on Mac.

So my team has did our assignment using uni windows pc and when I am home using my Mac to run the code, it stated a #include <conio.h> error. May I know how should I proceed on my Mac?



Last edited on
#include<iostream>
#include<iomanip>
#include<cstring> //for string manipulation functions
#include<fstream> //for istream and ostream functions
#include<cstdlib>
#include<cctype> //for character manipulation functions
#include<conio.h>//for getche() function
using namespace std;
Topic archived. No new replies allowed.