There's someone in my class that was wondering how to make a thread, but he didn't want to create an account for this site and ask about it himself. Does anybody know how to make threads or links for websites that have good thread tutorials?
C++ doesn't have threads because it's a platform specific issue. For Windows you could google _beginthreadex or CreateThread. For *nix you can google pthread.