Posts by Kelvin Oliveira • 31 points
2 posts
-
0
votes1
answer139
viewsA: Is there a problem with pointers in this struct that works with chained lists?
Well, maybe there’s a pointer error on this one struct. But, regarding the black screen error, this was solved. The error was caused by the high frequency of use of a function that swapped the…
-
3
votes1
answer139
viewsQ: Is there a problem with pointers in this struct that works with chained lists?
Hello. I’m developing a game with C++ language and I think I’m making a mistake in using chained lists. I think I know that there are more interesting features than using chained lists in C++, but…