Posts by speeder • 368 points
2 posts
-
5
votes4
answers556
viewsQ: What is the fastest, most memory-saving type?
I am making a game of navinha in C, and therefore need to put in a vector a large amount of projectiles. These projectiles have at least one position and speed to make calculations, and I’m trying…
-
20
votes3
answers523
viewsQ: Why does C array[6] equal 6[array]?
Note: Question I saw in ONLY in English, but I found it interesting to put here (because we still don’t have many questions of C): Because in the C language, this code prints "true"? #include…