Ask a Question related to UNIX Programming, Design and Development.
-
Barry Margolin #1
Re: sigaction.sa_handler = MyClass::memberFunction;
In article <3F1D5FBC.3080201@telus.net>,
shea martin <samworks@telus.net> wrote:It needs to be a static member, because the signalling mechanism won't call>Is there a way I can assign a member function to sigaction.sa_handler?
>i.e.,
it through a class instance.
--
Barry Margolin, [email]barry.margolin@level3.com[/email]
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
Barry Margolin Guest
-
#39017 [NEW]: foreach(($obj = new myClass) as $v); echo $obj; segfaults
From: colder@php.net Operating system: Irrelevant PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug description:... -
myPackage.myClass (Unsupported major.minor version 49.0)
:confused; does somebody know how to correct the Error? myPackage.myClass (Unsupported major.minor version 49.0) -
Error: No default member found for type MyClass
Dear Friends I have a urgent problem to solve. I have created a class and its collection and then bind it to a datagrid but got the following... -
Help with sigaction() and sigcontext
In article <tobiaspatton-55FDA8.10451930082003@shawnews.vc.shawcable.net>, Tobias Patton <tobiaspatton@NOSPAM.shaw.ca> wrote: Why? meeroh ... -
uninitialized constant Myclass (NameError)
Hi. The following code worked in 1.6.8: require 'Mymodule' include Mymodule class Myclass def quack2(q) -
stephan beal #2
Re: sigaction.sa_handler = MyClass::memberFunction;
shea martin wrote:
Nope: C++'s signal handling is actually C's signal handling, and C doesn't> Is there a way I can assign a member function to sigaction.sa_handler?
> i.e.,
know about member functions.
--
----- stephan beal
Registered Linux User #71917 [url]http://counter.li.org[/url]
I speak for myself, not my employer. Contents may
be hot. Slippery when wet. Reading disclaimers makes
you go blind. Writing them is worse. You have been Warned.
stephan beal Guest



Reply With Quote

