Question: C++ #include fstream try to keep it relatively simple for newer programmer Need a function that takes a char[] which will be a file name.
C++ #include fstream try to keep it relatively simple for newer programmer
Need a function that takes a char[] which will be a file name. The program then opens the file and stores it's contents into an integer array. the file will be a text file and will have one int per line. I need the array to be a int array not a char[]. No strings to get input must be a char for file name.
please ask if you have questions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
