Posts by VitorLP • 13 points
3 posts
-
0
votes1
answer80
viewsQ: How to read only one line of the C file?
I’m studying file now, I just want me to be able to read a file line: I made this code, but it reads everything. I’ve tried using fscanf, fgetc, fgets, "n"; but I couldn’t find a solution. Can you…
-
0
votes2
answers75
viewsQ: How to print the two vector values in the pointer struct?
I made a code with struct Pessoa to save more than one note and print using pointer. My question: how do I print in function listar() the two notes I recorded in the function main()? I’m doing it…
-
0
votes1
answer21
viewsQ: Center the list on the side Nav
I started learning layout with CSS recently. I have a certain problem that the list in div(gray) side is not getting in the center. It is easy to see my problem when running the program. I believe…