Posts by robsonvca • 98 points
2 posts
-
1
votes2
answers246
viewsA: Fix problem with float in Google Chrome
Dude, I’m running out of time to study the cause of the problem, but... use .button{ vertical-align: top; } ...that solves, at least here solved. Abrçs…
-
7
votes1
answer16087
viewsQ: How to return vector size with sizeof()?
This is the code I’m using, but the return of the tamVet function is not the vector size, but the pointer size on itself. #include <stdio.h> int tamVet(int *vet){ int tam; tam = sizeof(vet) /…