- Rolling link list - 1 Update
- Why I'm now trailing main's int - 1 Update
- strange issue ... - 2 Updates
- Compile a program from all C and C++ files in current folder - 1 Update
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Oct 04 10:26PM +0100 On 04/10/2019 13:08, Rick C. Hodgin wrote: > range are no longer of any interest and can fall off the list. Kind > of like having a console window with content shown on the screen for > a fixed size, but without a scroll-back buffer. And Satan invented fossils, yes? /Flibble -- "Snakes didn't evolve, instead talking snakes with legs changed into snakes." - Rick C. Hodgin "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." |
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Oct 04 10:24PM +0100 On 04/10/2019 15:30, Frederick Gotham wrote: >>> But there's also the third reason >> What's that? Baiting the cognoscenti? > You have to admit it looks pretty damn cool, especially if you're been writing "int main" for a decade or two or three. You neglected to mention the fourth reason: you're a fucktard. /Flibble -- "Snakes didn't evolve, instead talking snakes with legs changed into snakes." - Rick C. Hodgin "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." |
Paavo Helde <myfirstname@osa.pri.ee>: Oct 04 09:58PM +0300 On 4.10.2019 21:38, Bonita Montero wrote: > There is no odr-access. And I have a identical assignments of FREE_NODE > as well as UNPINNED_NODE to nd->pinCounter in other methods that don't > fail although they do the same. That's a clear sign you don't understand why it was failing and how to actually fix the code. |
Bonita Montero <Bonita.Montero@gmail.com>: Oct 04 09:06PM +0200 >> fail although they do the same. > That's a clear sign you don't understand why it was failing and how to > actually fix the code. No, surprisingly I haven't written the g++-frontend. But it should do the same with identical code. I do ... nd->pinCounter = FREE_NODE; ... multiple times in multiple functions. nd has always the same type and only in one case this fails. |
Ian Collins <ian-news@hotmail.com>: Oct 05 09:33AM +1300 On 05/10/2019 08:51, Scott Lurndal wrote: > compile all .java files in a directory with a single invocation; That may work for java, > but not for most of the C or C++ projects that I've worked on or > with. premake doesn't actually compile anything, as it's name suggests it applies a set of rules (in a lua script) to a project tree and generates makefile like outputs. By default (at least in our use case) it will include all sources under a directory in a library, but you can explicitly include sources from elsewhere and exclude sources you don't want to build. You can also tune compile options at the library or source file level. We like it because all of the rules are in one file and we can generate platform specific outputs (makefiles, ninja files and Visual Studio solutions). These are big advantages for a fairly large (3000+ source file) project that gets built on multiple platforms. -- Ian. |
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