Posts by Vinícius Valentim • 29 points
3 posts
-
0
votes1
answer41
viewsQ: I created a function to receive a structure, but it always returns 0, can anyone help me?
Structure: typedef struct entrada{ int M; long int Nmax; double a0, a1, a2, a3, a4, a5; double A, B, e1, e2; }valor; Function: double FuncaoDada(struct entrada valor, double x) { double resultado;…
-
0
votes0
answers66
viewsQ: Procedures nested in C being ignored by the previous procedure
I’m having a problem in the last procedure of the following code, where the procedure receive Tring to make the comparison with another registered is being ignored and jumping straight to receive.…
casked Vinícius Valentim 29 -
2
votes1
answer8293
viewsQ: C registration system saving in file
Here is my code. I believe that the procedures of receiving strings, receiving information and entering into the global vector are working, but the program stops working when selecting the list…
casked Vinícius Valentim 29