Posts by Gabriel Guerra • 13 points
3 posts
-
0
votes2
answers720
viewsA: Recover struct data in C
Well, if the data can be visible, you can use a TXT file to allocate the data and access it later. Here are the basics for using text file manipulation: Archives - PUCRS Or you can use a database…
canswered Gabriel Guerra 13 -
0
votes4
answers258
viewsA: How is this operator not working in this code?
Two denials are transformed into one statement. ex: Not false -> true not 2 != 2-> not (false) -> true (two is equal to two, then returns a false value). Thus, there in while, since…
-
1
votes1
answer90
viewsQ: fprintf() C error when printing, value displayed(-1,#R) other than being allocated(0)
I’m making a program that basically takes a float, calculates a percentage under the value if you want to record, will record the information in a txt to be incremented now (basically used as a…
casked Gabriel Guerra 13