Re: Bug Report?

1998-10-14 Thread Jeff McWilliams
for that. Use semaphores instead. Hope this helps... Jeff McWilliams [EMAIL PROTECTED] == Jeff McWilliams ([EMAIL PROTECTED]) "The minstrel boy has gone to war, in the fields of death you'll find him" - author unknown _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com

lack of wstring in libstdc++2.8-dev

1998-10-10 Thread Jeff McWilliams
okay, but adding basic_string{wchar_t} sString2 really causes it to blow up. I'm using the following line to compile: c++ -o test test.cpp Also, shouldn't the above code require a "using namespace std" before main, or for me to use "std::basic_string sString;" ?? Jeff