Hi, I have been programming for about 2 years now, and my absolute favorite compiler to use is, and always will be Code::Blocks.
However, one problem I have had is not being able to run two threads at once. I can run one thread using _beginthread, but I cannot run two at the same time. I know it has to be possible to run two threads at the same time in codeblocks, (for example, one using SOCKETS, the other using directx) Is this possible? If it is, how would I run two threads at the same time in codeblocks? (PS: I know how to do it in VC++ 06, but I had a linking problem, and don't want to use VC++ 08)