Email List: Xaustin-group-lX
[All Lists]

RE: XSH/XRAT conflict over cancellation points

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.

<Prev in Thread] Current Thread [Next in Thread>