- How to create a map to insert elements based on event - 1 Update
- Converting constructors - 5 Updates
Geoff <geoff@invalid.invalid>: Nov 25 02:02PM -0800 On Thu, 17 Nov 2016 14:09:11 -0800 (PST), Shivu <rout.jyoti@gmail.com> wrote: >and which pedestrian has the minimum distance from Vehicle:1 >Then I need to send(broadcast) this information to all the pedestrians. >So I need a way to store the information at each event and increment it at next event and finally based on the information, find the minimum distance for each vehicle. The principle upon which you may need to rely is found in RADAR technology called the "range gate". |
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Nov 25 08:39PM On 25/11/2016 19:53, Bonita Montero wrote: > My objection isn't idiocy, but yours. Because the code you supplied > doesn't clarify the question Stefan asked for. It simply has nothing > to do with the question. Mate, you are making a tit of yourself. Alf is correct: the conversion is from an initializer list. /Flibble |
Bonita Montero <Bonita.Montero@gmail.com>: Nov 25 09:50PM +0100 Am 25.11.2016 um 21:39 schrieb Mr Flibble: > Mate, you are making a tit of yourself. > Alf is correct: the conversion is from an initializer list. Construction via initializer-list isnt a conversion. -- http://facebook.com/bonita.montero/ |
Bonita Montero <Bonita.Montero@gmail.com>: Nov 25 09:58PM +0100 Am 25.11.2016 um 21:50 schrieb Bonita Montero: > Construction via initializer-list isnt a conversion. Or to be more pecise: conversion is when there is a new object generated through a constructor or a type-conversion operator from from another object. That's not the case with Alf's code. There isnt a second object. -- http://facebook.com/bonita.montero/ |
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Nov 25 08:58PM On 25/11/2016 20:50, Bonita Montero wrote: >> Mate, you are making a tit of yourself. >> Alf is correct: the conversion is from an initializer list. > Construction via initializer-list isnt a conversion. Yes, in this case it is. /Flibble |
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Nov 25 09:00PM On 25/11/2016 20:58, Bonita Montero wrote: > Or to be more pecise: conversion is when there is a new object generated > through a constructor or a type-conversion operator from from another > object. That's not the case with Alf's code. There isnt a second object. Mate, have you ever heard the phrase "digging yourself into a hole"? /Flibble |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment