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:20:39 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 E8111161313; Wed, 21 Dec 2016 17:20:38 -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 591E0161312 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 284E713F31 for ; Wed, 21 Dec 2016 17:20:23 -0500 (EST) Received: by panix3.panix.com (Postfix, from userid 20529) id 749DC2EB54; 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.749DC2EB54-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 -- X-Received: by 10.200.56.125 with SMTP id r58mr2878184qtb.48.1482080469798; Sun, 18 Dec 2016 09:01:09 -0800 (PST) X-Received: by 10.157.27.9 with SMTP id l9mr601380otl.6.1482080469735; Sun, 18 Dec 2016 09:01:09 -0800 (PST) Path: reader1.panix.com!panix!bloom-beacon.mit.edu!bloom-beacon.mit.edu!168.235.88.217.MISMATCH!feeder.erje.net!2.us.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!n6no1156957qtd.0!news-out.google.com!c1ni3746itd.0!nntp.google.com!75no1365688ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.c++ Date: Sun, 18 Dec 2016 09:01:09 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse-at-google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.253.221.3; posting-account=pysjKgkAAACLegAdYDFznkqjgx_7vlUK NNTP-Posting-Host: 85.253.221.3 References: <6d72eead-14c9-4db9-a9c6-f68c2b27f1a4-at-googlegroups.com> <01dac413-7c0b-4731-b97f-52efbdfdb23f-at-googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Threads and Object Methods From: =?UTF-8?B?w5bDtiBUaWli?= Injection-Date: Sun, 18 Dec 2016 17:01:09 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Bytes: 2220 Lines: 25 Xref: panix comp.lang.c++:1126115
On Sunday, 18 December 2016 18:08:09 UTC+2, ruben safir wrote: > On 12/18/2016 10:54 AM, =C3=96=C3=B6 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 d= o > >> its job. > > Reading comprehension problem detected. Nah, just drop programming. > > There are easier jobs. Programming is not for you, sorry. >=20 >=20 > there is a big difference between >=20 > CLASS::Method >=20 > and >=20 > object->method > which can be > this->method
Large difference. That '::NAMESPACE::CLASS::method' is member funtion's fully qualified name and so can be used as expression of that type. That 'pointer->method' however is a sub-fragment of some expression and means nothing on its own.=20 Note that you still fail to post coherent questions what about it does confuse you. -- end of forwarded message -- _______________________________________________ Learn mailing list Learn-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/learn
|
|