In this tutorial, I will teach you how work with text files!
I will talk about:
– How to read the content of a text file
– How to write inside a text file
Enjoy ;-)
-Cyprien
————————————————————————————————————-
from basics to Advanced
In this tutorial, I will teach you how to create do loops to repeat an instruction We will learn: -...
jwkim89 says
Hi, when I tried to read data from an existing txt file, got the following errors:
Program received signal SIGSEGV: Segmentation fault – invalid memory reference.
Backtrace for this error:
#0 ffffffff
I am running Fortran via Code blocks in Windows 10. Is there a way to resolve this issue? Thanks!
Cyprien says
Looks like you have an error in your code somewhere.