Posts by Vitor Ghiraldelli • 11 points
2 posts
-
1
votes1
answer324
viewsA: Httpurlconnection - Use php to connect to Mysql
Gabriel, if you are running both the emulator VM and the server, 127.0.0.1 will refer to the emulator itself instead of the server. For this case, just change String register_url =…
-
0
votes2
answers447
viewsQ: How to make a matrix sum using shared memory?
I need help to perform a sum of matrices using shared memory. #define LINHAS 3 #define COLUNAS 3 #define PULAR_LINHA printf("\n") int main(int argc, char *argv[]) { int linha, coluna; //indices int…