Posts by Paulo Bomfim • 17 points
3 posts
-
1
votes2
answers233
viewsQ: Error when associating connection variable (PHP/Mysqli)
I’m finding it difficult to call a variable from an auxiliary php code, which connects to my database, in my HTML page. I searched in several contents, but I did not find solution to this problem,…
-
0
votes1
answer453
viewsQ: Recursive function of Insert Nodes
Analyzing other problems, I realized the need to use pointers on certain tree functions. So I set the Insert function to : Arvore* insereNo (Arvore** A, int chave) The point is that later, when…
casked Paulo Bomfim 17 -
0
votes1
answer228
viewsQ: How to remove the first node from a list?
void Inserts (List* list){ DadoNo dado; int p = list->size; No* n = (No*) malloc(sizeof(No)); n->ant = list->head; scanf("%s", dado.nome); if (Busca(list, dado.nome) == NULL){ n->dado =…
casked Paulo Bomfim 17