Why am I getting this weird error on the scramble programThe cause of the issue was when I inserted this code: [code] infile >> wordlist[i]; i++; [/code]...
How to get unscramble program to read a fileI'm trying to get my program to read from a file a list of words into the original member and the so...
Question regarding reading a file into an array using a while loopHow do I use a while loop to read the file into the names array? I know I'm supposed to use getline(...
Trying to expand my understanding of arraysHow many elements are in these arrays? [code] int test_scores [7] = (88, 100, 90) //7 correct?...
Why doesn't this test function work?I think the problem resides in 'E' but I'm not sure why, [code] #include <iostream> using names...