Posts by Rodolfo Antunes • 1 point
3 posts
-
0
votes0
answers10
viewsQ: Radio Button to Servlet?
I am learning web application in college and need a lot of help from you, I have researched a lot but I have not reached any conclusion.. I’ve tried w3school and Videos in English.. I know it’s a…
-
0
votes1
answer42
viewsA: Read File with Integers and Strings in C
Problem Solved do { fscanf(BancoMed,"%d\n",&Item.EAN); if(Item.EAN == EAN_P) { fgets(Item.Medicamento,"%s",BancoMed); fgets(Item.Programa,"%s",BancoMed); break; }…
canswered Rodolfo Antunes 1 -
-1
votes1
answer42
viewsQ: Read File with Integers and Strings in C
I need to read a file with data where an integer is the product ID on a line, the product name on the next line and the product authorizer on the line following the product name. Totaling 3 lines…
casked Rodolfo Antunes 1