Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I use Xcode and am learning C++ Whenever I add a file to my project and try to run the code it always tells me

I use Xcode and am learning C++

Whenever I add a file to my project and try to run the code it always tells me that the file is not found. This is causing significant issues. Please someone help me.image text in transcribed

Xcode File Edit View Find Navigate Editor Product Debug Source Control Window Help o 142 Wed Feb 3 1:56 PM F examGrader) My Mac Finished running examGrader : examGrader + X I a main.cpp A examGrader examGrader main.cpp E correctAnswers.txt studentAnswers.txt > Products examGrader) examGrader) - main.cpp) No Selection 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 void readFile(char arr[], int MAX, string file); 9 int compareArrays(char correctAnswers[],char studentAnswers[], int MAX); 10 void displayGradingResult(int MAX, int correctCnt); 11 12 int main() { 13 const int MAX=20; 14 string file1="correctAnswers.txt", file2="studentAnswers.txt"; char correct Answers[MAX]; char studentAnswers[MAX]; 17 cout Products examGrader) examGrader) - main.cpp) No Selection 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 void readFile(char arr[], int MAX, string file); 9 int compareArrays(char correctAnswers[],char studentAnswers[], int MAX); 10 void displayGradingResult(int MAX, int correctCnt); 11 12 int main() { 13 const int MAX=20; 14 string file1="correctAnswers.txt", file2="studentAnswers.txt"; char correct Answers[MAX]; char studentAnswers[MAX]; 17 cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions