| To: | "Jason Zions" <yyyyyyyy@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | RE: XSH/XRAT conflict over cancellation points |
| From: | Alexander Terekhov <yyyyyyyy@xxxxxxxxxx> |
| Date: | Sat, 22 May 2004 18:01:37 +0200 |
| Cc: | "Wojtek Lerch" <yyyyyy@xxxxxxx>, <yyyyyyyyyyyyyy@xxxxxxxxxxxxx> |
> Please?
Please make this program print hello world under MS UNIX/Windows. Please.
----
Welcome to the Interix UNIX utilities.
DISPLAY=localhost:0.0
% pwd
/dev/fs/C/Documents and Settings/Alexander
% cat zions.cpp
#include <iostream>
#include <pthread.h>
int main() {
struct object { ~object() { std::cout << "hello world.\n"; } } o;
pthread_exit(0);
}
%
----
regards,
alexander.
|
| Previous by Date: | Re: Standardized encoding names for iconv_open(), Jarkko Hietaniemi |
|---|---|
| Next by Date: | Re: XBD ERN 7 -- regcomp and sed, Gunnar Ritter |
| Previous by Thread: | RE: XSH/XRAT conflict over cancellation points, Jason Zions |
| Next by Thread: | RE: XSH/XRAT conflict over cancellation points, Jason Zions |
| Indexes: | [Date] [Thread] [All Lists] |