MHabibi
MHabibi

Reputation: 3

Create new thread in windows with cygwin

I am using netbeans. I installed cygwin and use it for c++ programming in netbeans. I want to create a thread. I searched lots of sites. But I couldn't find anything suitable for my condition(C++ and windows(as OS) and not visual C++).

Upvotes: 0

Views: 3864

Answers (2)

ak2
ak2

Reputation: 6778

Cygwin implements the POSIX Threads API, aka pthreads.

Upvotes: 2

user405725
user405725

Reputation:

You have multiple options:

By the way, Visual C++ is just an IDE. It has nothing to do with threads.

Upvotes: 2

Related Questions