Hello to everyone, I made this program that finds the vogals on a word. The program is finding the vogals but this line of code cout << word1 << "\n";, i pass each letter of a string (word) to each index of an array ( word1), is not working well, when I execut it the output that I'm counting on for exemple "flowers" but instead I get a weird combination of numbers and letters, 0x28fde0. Could someone explain me what this is? Im using CodeBlocks 12.11
Hello, thanks for replying and for helping me. I search the net and saw that the name of the array is the address of the first element of the array! Thanks again