HI,
How can I read from a txt file using threads in C#,

regards

Recommended Answers

All 2 Replies

You'll need to elaborate.

so what i have to do is read data from a text and then remove the non alphabatial words in and and get the stem of the word(say if there is jumping and jumps i have to get jump)
so there is 3 steps
1 read from file
2 remove non alphabatial words
3 get stem of the word

so how do i do this using thread, (multi threading)
this can be dne in a single thread, but how do I get several threads to do it

appreciate a reply thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.