Hello I want to write an Array in a TXT File, but it donĀ“t work.
My program just write a hexcode into the txt file.
So how I can solve this problem. Here is my code.
You declare an array of strings, which decays to a pointer to the first string when you use it non-indexed. Either declare a single string or loop through every word and output it separately.