Question
C++ Code HW question. I will refer to this previous question and answer: https://www.chegg.com/homework-help/redo-programming-exercise-6-chapter-8-using-dynamic-arrays-r-chapter-12-problem-2pe-solution-9781305177109-exc The only adjustments I need are: I already have the file
C++ Code HW question.
I will refer to this previous question and answer: https://www.chegg.com/homework-help/redo-programming-exercise-6-chapter-8-using-dynamic-arrays-r-chapter-12-problem-2pe-solution-9781305177109-exc
The only adjustments I need are:
I already have the file name for the file with the answers on the top row and student ID and TF answers after, so I dont need to ask a user for it.
Also, I am getting errors for :
#include"stdafx.h" so I remove it.
!= NULL, says it is an invalid operator
inFile.Open(filename) I try to assign fileName = realFileName.txt and I get an error that I cannot convert char to string.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started