Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 28th, 2006, 05:15 AM
vigneshkumar.k@gmail.com
Guest
 
Posts: n/a
Default Learning Multithreading by example

I am new to multithreading.I understand the concepts behind it.I like
to experiment it by sample program.I decided to develop a code in which
the main thread reads a file and display it on screen continously. When
the keyboard is hit, the main thread should stop and worker thread
should write the keyboard hit char to the file.so as soon as after it
writes to the file the main thread should resume.
I like to develop it on windows environment.Please help me how to write
it.

  #2  
Old March 28th, 2006, 06:05 AM
michaelkatsilis@yahoo.com
Guest
 
Posts: n/a
Default Re: Learning Multithreading by example

You'll need to post to one of the Windows programming groups to get the
info you need. There are a few different libraries on threading,
depending on the compiler in use. I think posix threads have also been
ported to Windows. Again, not standard C++.

 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles