- Don't be fooled by cpp.sh - 4 Updates
- Resounding and redounding - 5 Updates
boltar@nowhere.co.uk: Dec 22 05:03PM On Sat, 21 Dec 2019 10:18:19 -0800 (PST) >suggestion) or we have arrays of up to 4320 (sometimes 4303 sometimes >4278 etc.) time and value pairs (your suggestion). >What data takes less storage and is easier to process as well? My 40 Pointers. If you have that many data points and presumably the size is unknown beforehand anyway then just have an array of pointers. NULL = no data. If you're storing an array of objects even if those objects are optionals then each time you resize that array the objects may well have to be copy constructed. What an inefficient mess. >> has nothing to do with the language being used. >You argue with yourself here it is you who said that "This is C++, it >deals in boolean logic, use tSql". Huh? Not only have you misquoted me but that reply makes no sense. >if I program in C, C++ or something else. It was supported from scratch >in lot of languages. Objective C, Go, Swift etc. all have nil as value for >"I don't know". So C++ had to add it too. No it didn't and it hasn't , its just added a class that anyone could write in 10 minutes themselves. The fact that most people never bothered shows how much use people felt that approach to be. |
Mr Flibble <flibble@i42.removethisbit.co.uk>: Dec 22 05:46PM >> 4278 etc.) time and value pairs (your suggestion). >> What data takes less storage and is easier to process as well? My 40 > Pointers. Pointers have to point to something, dear. Where do you propose to allocate the elements that the pointers point to? With optional the element is constructed in-place so can be CONTIGUOUS in a SINGLE container such as std::vector<std::optional<foo>>. You are in serious need of a cluebat. /Flibble -- "You won't burn in hell. But be nice anyway." – Ricky Gervais "I see Atheists are fighting and killing each other again, over who doesn't believe in any God the most. Oh, no..wait.. that never happens." – Ricky Gervais "Suppose it's all true, and you walk up to the pearly gates, and are confronted by God," Bryne asked on his show The Meaning of Life. "What will Stephen Fry say to him, her, or it?" "I'd say, bone cancer in children? What's that about?" Fry replied. "How dare you? How dare you create a world to which there is such misery that is not our fault. It's not right, it's utterly, utterly evil." "Why should I respect a capricious, mean-minded, stupid God who creates a world that is so full of injustice and pain. That's what I would say." |
Vir Campestris <vir.campestris@invalid.invalid>: Dec 22 09:36PM On 21/12/2019 22:30, Öö Tiib wrote: > Explaining how to process my data as exported to Lotus 1-2-3 to > biologists was simple since all values of same time point were > on very same row. That was clear to them. I started off as a biologist. By the time we got to the programming for biologists bit of the course I was explaining things to the rest of the students... I know what you mean. Even though this was pre-spreadsheet! Andy |
"Öö Tiib" <ootiib@hot.ee>: Dec 22 03:05PM -0800 On Sunday, 22 December 2019 23:36:48 UTC+2, Vir Campestris wrote: > I started off as a biologist. By the time we got to the programming for > biologists bit of the course I was explaining things to the rest of the > students... I know what you mean. Even though this was pre-spreadsheet! Before spreadsheets some biologists did not maybe understand how technological that science will rapidly turn. The biologists in eighties were already bright enough. They understood how data points may get lost during long experiment. It did not take days to explain to them that there is nothing "fancy" about it. |
woodbrian77@gmail.com: Dec 21 07:05PM -0800 > is powerful. America is powerful because America is great." > Ben Shapiro at dailywire.com > https://github.com/Ebenezer-group/onward My r/cpp post seems to have been censored by someone on Reddit: The title is: "Flawed present*" This is my effort at improving things in the services realm. Many have provided suggestions over the years on how to improve it. I've done my best to figure out if their suggestions were helpful. Thanks in advance for your feedback. Happy Holidays. * With the title I'm saying 2020 C++, including my repo, is far from perfect. ;) I blame one wart (WSAStartup) on Windows and this one on Linux. The rest are on me. -------------------------------------------------------- There's a link to my repo and a link to this file: https://github.com/Ebenezer-group/onwards/blob/master/src/cmw/tiers/cmwA.cc for the Linux wart that I mentioned. I seem to be inheriting the commanding heights of C++. My guess is that's why the post was censored: some people aren't happy about that. Long live comp.lang.c++. Brian |
Mr Flibble <flibble@i42.removethisbit.co.uk>: Dec 22 02:25PM > Shalom > Happy holidays .... Hanukkah ... Dec. 22 through Dec. 29 .... > and Merry Christmas. Enough with the Abrahamic propaganda, mate. You god does NOT exist. /Flibble -- "You won't burn in hell. But be nice anyway." – Ricky Gervais "I see Atheists are fighting and killing each other again, over who doesn't believe in any God the most. Oh, no..wait.. that never happens." – Ricky Gervais "Suppose it's all true, and you walk up to the pearly gates, and are confronted by God," Bryne asked on his show The Meaning of Life. "What will Stephen Fry say to him, her, or it?" "I'd say, bone cancer in children? What's that about?" Fry replied. "How dare you? How dare you create a world to which there is such misery that is not our fault. It's not right, it's utterly, utterly evil." "Why should I respect a capricious, mean-minded, stupid God who creates a world that is so full of injustice and pain. That's what I would say." |
Geoff <geoff@invalid.invalid>: Dec 22 06:31AM -0800 >My r/cpp post seems to have been censored by someone on Reddit: >The title is: "Flawed present*" I don't do reddit but I suspect it's not someone censoring you but your own flawed posting technique. In your OP here in this group, you posted the wrong link to your own repository. You forgot the s in onwards. |
"Öö Tiib" <ootiib@hot.ee>: Dec 22 06:48AM -0800 On Sunday, 22 December 2019 16:25:30 UTC+2, Mr Flibble wrote: > > Happy holidays .... Hanukkah ... Dec. 22 through Dec. 29 .... > > and Merry Christmas. > Enough with the Abrahamic propaganda, mate. You god does NOT exist. Some nations have managed to avoid Abrahamic propaganda in their languages. For example Finnish name for Santa Claus is Goat of Yuletide (Joulupukki). |
woodbrian77@gmail.com: Dec 22 07:13AM -0800 On Sunday, December 22, 2019 at 8:31:43 AM UTC-6, Geoff wrote: > your own flawed posting technique. > In your OP here in this group, you posted the wrong link to your own > repository. You forgot the s in onwards. Thanks for noticing that. I don't believe that was the case with the reddit post. Brian |
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