Posts by Igor Escobar • 83 points
2 posts
-
3
votes1
answer62
viewsQ: How does strtoull work?
I have tried anyway to understand what is the second parameter to use this function and it in general but I still can not understand.
-
5
votes3
answers389
viewsQ: Compiler error when trying to reset vector
Compilers error when I try to reset an array with the command vetor[10] = {0}; And he only makes a mistake in that line because I also used it in the assignment int vetor[10] = {0} and there does…