Posts by Jefferson S • 21 points
1 post
-
2
votes2
answers136
viewsQ: What is the difference between memcpy and snprintf
I see people using snprintf when I would use memcpy. I even did some tests and it worked with memcpy. Now I was in doubt of why to use one and not the other. And what the real meaning of the two.…