TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Augusto Padula
NA
1
7.8k
External File and a Vector
Oct 7 2010 6:42 PM
How do I get (read) the values of an external file. Txt and apply a vector? line by line.
Example:
StreamReader sena = new StreamReader("C:\\paste\\text.txt");
string linha = "";
for (n = 0; n < quant; n++)
{
seq[n] = Convert.ToSingle(linha);
}
Thanks!
Reply
Answers (
1
)
when process is stoped remove icon of the program
Accessing Main Form controls from another Form