Posts by Gabriel Vinicius • 45 points
3 posts
-
1
votes1
answer79
viewsQ: Error in . / executable
Good afternoon, I have this error when it comes to compiling the program: * Error in `./executable': realloc(): invalid next size: 0x00000000012d12f0 * Aborted (recorded core image) My program…
casked Gabriel Vinicius 45 -
2
votes1
answer298
viewsQ: Copying from a file to an array
Good evening, I’m having a problem, I’m wanting to copy information from a file to an array that allocates dynamically, the text file contains this: ....* *.... ..... .*... ..... (5 rows and 5…
casked Gabriel Vinicius 45 -
1
votes1
answer135
viewsQ: Problem with Segmentation Fault
I’m creating a program that simulates a minefield, and option number 1 should take from a computer file an array (that contains points (where there is no bomb) and asterisks (where there is bomb)…
casked Gabriel Vinicius 45