Tagged Questions

1
vote
4answers
217 views

C file pointer read write issues

Hi, I was trying to make a simple bubblesort program. Read in numbers from a text file and compare them with the next line, sort in ascending order. Now, I've found my program i …
1
vote
1answer
178 views

How do I insert text into textbox from line in file in multiple textboxes?

I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results. I have a Form with 9 TextBox controls, and a PlainTe …
0
votes
2answers
122 views

How do I fill a textbox with text from a textfile in Visual Basic 2008 Express Edition?

I am making a Help-form for my application. A Help-form normally has a ListView on the left and a RichTextbox on the right. When you click on a Help topic in the ListView, the text …
6
votes
8answers
4k views

c# determine the number of lines within a text file

Is there an easy way to programmatically determine the number of lines within a text file?
1
vote
3answers
932 views

Python: Is there a way to determine the encoding of text file?

I know there is something buried in here. But I was just wondering if there is an actual way built into Python to determine text file encoding? Thanks for your help :) Edit: As …
1
vote
6answers
752 views

Precision of reals through writeln/readln in Delphi

My clients application exports and imports quite a few variables of type real through a text file using writeln and readln. I've tried to increase the width of the fields written s …