Posts by Lenaicus • 21 points
2 posts
-
1
votes0
answers25
viewsQ: I’m not able to add the same variable to a stack and draw it
I’m trying to make a program that makes a stack of objects using lib stack and soon after draw whatever is on top, to do some tests I was doing the following: int main() { RenderWindow…
-
-1
votes1
answer110
viewsQ: Using static or dynamic variables in my codes? What would be more efficient or better seen in the job market?
What’s better: Using static or dynamic variables (using pointers in the case) in my codes? What would be more efficient or better seen in the labour market? I imagine that each one has its most…