I 'd like to know whether single-threaded gcc can be used for:
1. Writing multithreaded C app ( gcc file.c -pthread ).
2. Writing multithreaded C++ app ( g++ file.cpp -pthread ).
I will be very pleased with answers more detailed than just 'yes' and
'no'.
OpenBSD 4.2, gcc 3.3.5 (propolice)
On Jan 17, 10:34 pm, arahne <[EMAIL PROTECTED]> wrote:
> Viatly wrote:
> > I 'd like to know whether single-threaded gcc can be used for:
> > 1. Writing multithreaded C app ( gcc file.c -pthread ).
> > 2. Writing multithreaded C++ app ( g++ file.cpp -pthread ).
>