Problem in implementing progress control using threading!
- by Rakesh
hello all,
I am new to the concept of threading in C..so I find it difficult to implement that
in my function...I have a simple application in which i want to display a progress bar at a
particular place..In a particular funtion I will read files(in a for loop) for some manipulations(regarding my application) ...while its reading the files I want to display a progress bar...stating that its in process of reading files...I know it should be done using the concept of threading...but i am not quite sure how to do it..please help me with this