Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou cant use readline with a file of type integer, because its only defined for text files. And you woudnt want to do that anyway, because a file of integers is not a text file but a data file, so there is no "line" to speak of.
Anyway, you havent shown your code that reads from the text file. The problem will be your code, not the data file.