Posts by Thiago • 23 points
2 posts
-
0
votes2
answers739
viewsA: How to read line break into C file?
Hello! First of all, thank you to everyone who was willing to help, and forgive the delay in answering the topic. I’ve come up with a perfect solution to my case, considering Lacobus' code. Text…
-
2
votes2
answers739
viewsQ: How to read line break into C file?
Hello! My question is the following, there is a file in which I own the following content: \nteste\n, but when I read it with the following code: int main(){ FILE* file; file = fopen("text.txt",…