Click to See Complete Forum and Search --> : Multiples Table


suganyahiox
July 16th, 2007, 06:06 AM
Hi,

How can I write a multiples table for 3 and 5 using multithreading?

Regards,
Suganya

Krishnaa
July 16th, 2007, 06:34 AM
Hi,

How can I write a multiples table for 3 and 5 using multithreading?

Regards,
Suganya

You mean 3 in one thread and 5's in another ??

Take a look at Threading FAQ (http://codeguru.earthweb.com/forum/showthread.php?p=1201804#sdk_thread)

suganyahiox
July 16th, 2007, 11:19 PM
Yes, you are exactly right.

Help me!

Regards,
Suganya

MrViggy
July 17th, 2007, 12:40 PM
http://www.codeguru.com/forum/showthread.php?t=366302

After reading the link above, what code do you have in place so far?

Viggy