User profile: andygarc1a

User info
User name:andygarc1a
History
Joined:
Number of posts:29
Latest posts:

Why am I getting this weird error on the scramble program
The cause of the issue was when I inserted this code: [code] infile >> wordlist[i]; i++; [/code]...

How to get unscramble program to read a file
I'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 loop
How 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 arrays
How 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...