Jump to content

David Heffernan

Members
  • Content Count

    3536
  • Joined

  • Last visited

  • Days Won

    175

Posts posted by David Heffernan


  1. 58 minutes ago, Alexander Elagin said:

    Pred() and Succ() are simple iterators defined for enumerable simple data types. If only they could be overloaded for other data types (lists, collections, whatever... maybe even for yield support) their usefulness would be much higher.

    That doesn't make a lot of sense. What is the successor of a collection. Perhaps you mean the successor of a member of a collection. But that only makes sense in the context of the collection. 


  2. 2 hours ago, Turan Can said:

    Dear Lars,

     

    Thanks for the quick response

     

    I tried this, but it didn't work. He did not accept the big number.

     

    ....

    var

    b:BigInteger;

    begin

    b:=47875086426098177934326549022813196294; //does not run the project.

     

    https://github.com/rvelthuis/DelphiBigNumbers

    http://www.rvelthuis.de/programs/bigintegers.html

     

    If that code would compile, then there wouldn't be much point in having the library. Think about what the literal on the rhs of the assignment actually is. 

    • Like 1

  3. It's common to have lots of explorer processes. There's an option that means each window is run from a different process. 

     

    I can't understand why you would feel that there should only be a single explorer process. That's for the system to decide. If you want to interact with the system then you need to follow its rules. You don't make the system rules. 

     

     

×