C/C++
ptf.asc
Associated article: DCE pthreads versus NT Threads
Tags: Database .NET C/C++
Published source code accompanying the article by Michael Yam in which he ports PTF, a C++ class library for DCE pthreads, from HP-UX System 9 to Windows NT. In doing so, he examines the differences between pthreads and NT threads, and describes the porting experience. Also see PTF.ZIP
_DCE Pthreads versus NT Threads_ by Michael Yam Listing One /*---- testptf.cpp exercise some of PTFs classes -----*/ #include "ptptf.h" #include "ptpttf.h" #include <stdio.h> #include <assert.h> // Global ...


