Posts by marcusfelipe19 • 1 point
2 posts
-
0
votes0
answers13
viewsQ: Problem of Segmentation fault in Pset4 (Recover) of CS50
I’m with a problem in my code, because Every time I Try to run it I get "Segmentation fault", but I can’t find the error. The code is: #include <stdio.h> #include <stdlib.h> int main(int…
casked marcusfelipe19 1 -
0
votes1
answer60
viewsQ: Error in Lua with LOVE2D
I’m having a problem with a code in Lua with LOVE2D. I’m trying to recreate the "game of the little snake" and I have a problem with the setupScreen function in love.load The code is like this:…