English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have file called hi.txt

IN which data is like

i = x + y ;

and in my programm

I declare varialble i , x ,y

Help me .

it difficult to explain here

I am online

2006-08-08 02:30:04 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

1) open file
2) iterate through each line in the file
3) read each line into a string
4) parse each string into your three variables
5) close file

Consult any C# book or Microsoft's MSDN.

2006-08-08 02:48:53 · answer #1 · answered by Anonymous · 0 0

dei kedi, refer a c# book

2006-08-08 09:34:17 · answer #2 · answered by gansatanswers 3 · 0 0

fedest.com, questions and answers