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

Thread: Project Ideas

  1. #1
    Join Date
    Feb 2009
    Posts
    2

    [resolved] Project Ideas

    [RESOLVED]

    I am to write a multithread/multicore project. I am quite new to multithreading and am having trouble coming up with a project that hasn't been done before. I am trying to think of something that could realistically find some use in the open source world. I've considered normalizing audio levels on sound files since that used to take a long time, but alas, its already been made to work with multithreading in a project called iVolume. I'd rather not reinvent the wheel, so that idea's out. Other problems I've considered have turned out to be more of a memory intensive task than a processor intensive task as I learn more about multicore processing.

    You guys have been working with multithreading for a while so I'm hoping I can borrow your experience. Can anyone think of a good process intensive problem that hasn't been addressed yet?

    Oh, and BTW, this is my first hello to the CodeGuru community..hello
    Last edited by sweetsupremacy; February 16th, 2009 at 08:46 PM.

Tags for this Thread

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