Problem in implementing progress control using threading!

Posted by Rakesh on Stack Overflow See other posts from Stack Overflow or by Rakesh
Published on 2010-03-31T05:57:32Z Indexed on 2010/03/31 6:03 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c

    Related posts about win32