Posts by Mateus Nícolas • 3 points
2 posts
-
0
votes0
answers110
viewsQ: Vector in Opengl
Hello, I’m venturing into Opengl and so far I know the basics of creating figures. I need to create a bar number that goes from 1 to 64, the problem is I need to do this with a FOR. When the first…
-
0
votes1
answer30
viewsQ: Doubt with operator
I’m solving this simple algorithm when I came across a silly question, there on line 4, that even means < or <= ? In the case for(k=4;k<7;k+=3) or for (k=4;k<=7;k+=3)? Grateful.…
loopasked Mateus Nícolas 3