Posts by Matheus Matheus • 11 points
2 posts
-
1
votes1
answer149
viewsQ: Update on sqlite does not update data
Hello, someone could help me ,the update is not updating the data! Follow the button that calls the method: @Override public void onClick(View v) { Receita rec = new Receita(); String dosradio =…
-
0
votes1
answer98
viewsQ: row on c doubt
having the code of the queue need to remove value and position both chosen by the user typedef struct reg { int conteudo; struct reg *prox; } celula; // Tira um elemento da fila fi e devolve // o…
casked Matheus Matheus 11