CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Worker thread

  1. #1
    Join Date
    Dec 2007
    Posts
    17

    Question Worker thread

    I am at a slow level of writing one, I read some tutorials and try to accomplish it, but still slow to recognize I always had a bad habit of coding and terrible design skills. Never has my winform design been complimented by anyone, it looks seriously ugly, from the INSIDE out.
    Do you have any comments on the underneath worker thread used to compute the fibonacci number ?

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Worker thread

    ....What? Do you have an actual question?

    I don't see why you'd need a worker thread to compute a fibonacci number, that's a pretty straightforward dynamic programming algorithm....

  3. #3
    Join Date
    Nov 2007
    Posts
    74

    Re: Worker thread

    Quote Originally Posted by Lindley
    ....What? Do you have an actual question?

    I don't see why you'd need a worker thread to compute a fibonacci number, that's a pretty straightforward dynamic programming algorithm....
    Don't care about him,

    Sounds illogical and unknowledgeable at all.

  4. #4
    Join Date
    Nov 2007
    Posts
    74

    Question Re: Worker thread

    Ohwell, I just searched the offlinelibrary and see one in C# not in MFC, so sad for you Give it a try.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured