Since 5/7/2012 10:07:13 AM, redfloyd has written 8 articles and participated in 268 conversations. redfloyd signature: redfloyd
redfloyd's articles:
Items(8) /1
pthread handle to int246 (3/14/2011 8:49:42 PM) comp.sys.tandem I've got some third party code that I'm trying to port to OSS (H RVU). The code is trying to convert a pthread_t to an int (to create a unique ID). Now, since under both SPT and PUT models, pthread_t is a str... red
Redirect OSS output to an EDIT file?1075 (1/3/2011 10:30:32 PM) comp.sys.tandem Is there a way to redirect an OSS command to an EDIT file? I know that command > /G/vol/subvol/file will redirect to a Guardian file, but it's code 180. I'd like to have it go into a code 101 file instea... red
floss.h functions553 (8/12/2008 6:28:10 PM) comp.sys.tandem I'm porting some open source software to the OSS environment, and I'm a bit confused as to the function in floss.c and floss.h. What is the purpose of these functions, if they already exist as OSS syscalls, in... red
OSS Setuid351 (8/13/2007 10:25:29 PM) comp.sys.tandem Hi, Where is it formally documented that setuid(0) becomes setuid(65535)? It's mentioned in passing in Open_source_WP.pdf (HP Nonstop OpenSource Software for Software Developers), but I couldn't find the forma... red
Are the plugins directories necessary for client code?49 (8/7/2007 8:52:16 PM) comp.protocols.kerberos I'm building on a platform that has a half-assed posix environment (amazingly enough, it's *NOT* Windows), and the makefiles for the plugins (specificly db2) are blowing up. The company I'm contracting to has ... redfloyd
Kerberos #2063 (8/7/2007 6:49:03 PM) comp.sys.tandem Has anyone got a port of Kerberos fully up and running on a Himalaya? ITUGLIB doesn't have one. ... redfloyd
pthread creation fails with EAGAIN446 (6/2/2011 11:02:13 PM) comp.lang.c++ Hi, I am using pthread_create API in my application. My application is creating many threads, after some time I started receiving following error from pthread_create API call: "EAGAIN Resource temporarily una... chovatia.jaydeep(17)
current apache modules with C++441 (6/5/2011 1:38:09 AM) comp.lang.c++ anyone know of documentation for the current apache webserver for C++ modules. Everything I'm looking at is several years old and apache has gone through to major revisions since the days of 1.38 when Lincol... ruben9526(133)
Linking Issue1124 (6/6/2011 1:19:23 AM) comp.lang.c++ I'm just not undertstanding what I'm doing wrong that the linker can't find my method function I have this header file questionss.h #ifndef QUESTION #define QUESTION #include #include #include #include ... ruben9526(133)
===Welcome to comp.lang.c++! Read this first. #681622 (6/8/2011 4:30:14 PM) comp.lang.c++ Welcome to comp.lang.c++! Read this first. This post is intended to give the new reader an introduction to reading and posting in this newsgroup. We respectfully request that you read all the way through this ... jshiva(765)
Windows 7 VirtualDiskProblem screenshot421 (6/20/2011 2:32:41 PM) comp.lang.c++ Hello, Screenshot pretty much speaks for itself though additional comments added on screenshot which I shall repeat here: Problems: 1. Disk management tool does not list all virtual disks :( 2. Can't de-tac... Windows7IsOK(161)
no matching function for call to 'std::istream_iterator354 (6/23/2011 9:30:41 AM) comp.lang.c++ Dear advance C++ programers: I copy book (C++ Primer 3rd chapter 17 book example text_query.C ) can be download from http://comscigate.com/BookCode/cppbooks.htm but my g++ 4.5.2 cann't compile it this is the... cneric12lin0(53)
Private static class members836 (6/30/2011 10:15:49 AM) comp.lang.c++ Is it wise to use private static class members in a header file? Say I have a class that wants to keep a list of pointers to all created objects: ---- foo.h ---- class Foo { public: ... urs(44)
Deriving from concrete types like std::list1363 (7/7/2011 12:02:44 PM) comp.lang.c++ In the 3rd edition of "The C++ Programming Language", Stroustrup writes in section 25.2 about concrete types "Classes such as vector, list [...] are concrete [...] Also, [...] none are intende... urs(44)
Virtual inheritance destruction issue332 (7/14/2011 2:31:42 PM) comp.lang.c++ My code is as follow. I know that I should use virtual destructor in A. Why the following code gave me the following complain. *** glibc detected *** ./private: free(): invalid pointer: 0x0000000001a92018 *** ... wangjiyang(1)
Pipe in the "return" statement2130 (7/25/2011 12:00:16 PM) comp.lang.c++ Hi, I have come across something I don't really understand and would be grateful if someone could shed some light into my understanding of it. In the documentation of the Qt4 libs in the page regarding the QA... archardlias(6)