Posts by schons • 11 points
3 posts
-
0
votes1
answer43
viewsA: Error type char C++
I managed to solve using iFile >> dado[i]; for reading.
-
0
votes1
answer43
viewsQ: Error type char C++
Hi, I’m getting this error when I try to save a character from a txt. error: request for Member ĩc_str' in’d[j]', which is of non-class type ĩchar'113 | fscanf(iFile, "%c", d[j]. c_str()); Below is…
-
0
votes0
answers30
viewsQ: How to read txt with color palette to apply to another txt with characters?
I need to read the color palette file, something like: . 0 0 64 x 255 255 0 0 0 0 where each symbol in the first column represents the image in another txt file. Where it has ". x o" need to be…