Posts by Guilherme silva • 35 points
2 posts
-
1
votes1
answer32
viewsQ: How to properly traverse a matrix allocated in C?
Whenever I walk through my char matrix (char**) it changes all positions with the value of the last node, example; char** string = AlocaMatriz(10,10); //retorna uma matriz char** 10x10 allocada char…
-
2
votes1
answer67
viewsQ: How to pass the "+" signal using GET?
I need to send a parameter GET which is encrypted in AES but in the hash sometimes comes a + and in sending the browser interprets this + separating the hash. Example of the URL:…