Posts by Douglas Barros • 15 points
2 posts
-
0
votes1
answer45
viewsQ: Array values are reset when displaying
Guys, I have this simple code in C and I’d like to know why I’m trying to display the total array and the value that’s returning me is 0, if I put this printf inside the first while the values are…
-
0
votes1
answer143
viewsQ: How to develop a mouse-following carousel with translate3d
I wonder if you’ve ever seen such a merry-go-round, or if you had to develop such a one as you would? I need to implement it on a website but I’m having a hard time doing the part of the movement…