Tuesday, April 7, 2009

Multithreaded C++ application.

I'm working on a new multithreaded project. Here's a list of API's I've been using a lot this week:

  • InitializeCriticalSectionAndSpinCount()
  • ReadDirectoryChangesW()
  • CreateThread()

Let's just say I'm working on something fun.

No comments: