MESSAGE
DATE | 2016-12-21 |
FROM | Ruben Safir
|
SUBJECT | Subject: [Learn] (fwd) Re: Threads and Object Methods
|
From learn-bounces-at-nylxs.com Wed Dec 21 17:21:27 2016 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id 88606161312; Wed, 21 Dec 2016 17:21:27 -0500 (EST) X-Original-To: learn-at-nylxs.com Delivered-To: learn-at-nylxs.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mrbrklyn.com (Postfix) with ESMTP id 96C10161315 for ; Wed, 21 Dec 2016 17:20:24 -0500 (EST) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mailbackend.panix.com (Postfix) with ESMTP id 6D5E413F3C for ; Wed, 21 Dec 2016 17:20:23 -0500 (EST) Received: by panix3.panix.com (Postfix, from userid 20529) id 65B972EB53; Wed, 21 Dec 2016 17:20:23 -0500 (EST) From: Ruben Safir To: learn-at-nylxs.com User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (NetBSD/6.1.5 (i386)) Message-Id: <20161221222023.65B972EB53-at-panix3.panix.com> Date: Wed, 21 Dec 2016 17:20:23 -0500 (EST) Subject: [Learn] (fwd) Re: Threads and Object Methods X-BeenThere: learn-at-nylxs.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: learn-bounces-at-nylxs.com Sender: "Learn"
-- forwarded message -- Path: reader1.panix.com!panix!not-for-mail From: ruben safir Newsgroups: comp.lang.c++ Subject: Re: Threads and Object Methods Date: Sun, 18 Dec 2016 11:08:00 -0500 Organization: PANIX Public Access Internet and UNIX, NYC Lines: 18 Message-ID: References: <6d72eead-14c9-4db9-a9c6-f68c2b27f1a4-at-googlegroups.com> <01dac413-7c0b-4731-b97f-52efbdfdb23f-at-googlegroups.com> NNTP-Posting-Host: www.mrbrklyn.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: reader1.panix.com 1482077281 6725 96.57.23.82 (18 Dec 2016 16:08:01 GMT) X-Complaints-To: abuse-at-panix.com NNTP-Posting-Date: Sun, 18 Dec 2016 16:08:01 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 In-Reply-To: <01dac413-7c0b-4731-b97f-52efbdfdb23f-at-googlegroups.com> Xref: panix comp.lang.c++:1126114
On 12/18/2016 10:54 AM, ?? Tiib wrote: >> if you call it like that it loses its context of the object that >> instantated it which, especially in this case, it needs in order to do >> its job. > Reading comprehension problem detected. Nah, just drop programming. > There are easier jobs. Programming is not for you, sorry.
there is a big difference between
CLASS::Method
and
object->method which can be this->method
-- end of forwarded message -- _______________________________________________ Learn mailing list Learn-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/learn
|
|