Posts by Pedro Felippe • 9 points
3 posts
-
-1
votes1
answer148
viewsQ: How to read a certain line of multiple files in Java
In the Stock folder, I have several.txt files. I would like to read each row of these files. The question is: how? NOTE: if I could save the name of each file, I might be able to solve the problem.…
-
0
votes1
answer149
viewsQ: How to insert elements into a Binary Search Tree?
How can I make this function work? I am looking for an answer here on the site and still can’t void log_registrar(Log **l, int conta, int classe, int timer, int caixa){ Log *novo =…
casked Pedro Felippe 9 -
0
votes0
answers72
viewsQ: How to read data from a.txt file
Hello, I am developing a database queue in C. How can I read entries in a file and thus assign values to some specific variable of my program? Example: I have a variable int qtd_boxes in main. I…
casked Pedro Felippe 9