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
Abhi MFC
NA
13
0
Multithreading in MFC
Jan 20 2010 3:09 AM
Hi
I was trying to do sample code to understand multithreading in MFC
I have a scenario as mentioned below.
Thread A ->Should Write to a buffer
Thread B ->Should Write to buffer after Thread A completes
Thread C ->Should Write to buffer after Thread A and B completes .
Thread D ->Reads from the buffer and send it to printer driver.
So as mentioned above,three thread is writing to a buffer one by one and one thread is reading from that buffer.
can anyone give me a flow chart or sample code for this how can we implement this case.
Thanks
Abhi
Reply
Answers (
3
)
Browser scroll bar Problem
wcf in silverlight3