Search:

Type: Posts; User: CornedBee

Search: Search took 0.06 seconds.

  1. Replies
    20
    Views
    6,413

    I thought the purpose was to interpret user input...

    I thought the purpose was to interpret user input as mathematical calculations.
  2. Replies
    20
    Views
    6,413

    Hey, I'm fine with whatever you decide to do, and...

    Hey, I'm fine with whatever you decide to do, and I don't have a problem with the wording of your post either. I think you're setting yourself up for failure (possibly depending on what you consider...
  3. Replies
    20
    Views
    6,413

    Yes, but in a very limited way. I only suggest...

    Yes, but in a very limited way. I only suggest this because you seem to want to represent rational numbers precisely, while at the same time have the ability to hold irrational numbers. If either of...
  4. Replies
    20
    Views
    6,413

    A concept is the set of requirements (syntactic...

    A concept is the set of requirements (syntactic and semantic) that a template puts on its arguments. For example, a type that you want to store in a std::vector needs to fulfill at least these...
  5. Replies
    20
    Views
    6,413

    Generic programming is a paradigm supported by...

    Generic programming is a paradigm supported by surprisingly few languages. Among those are C++, D, and Haskell. GP usually uses static polymorphism techniques (templates in C++), where hierarchies...
  6. Replies
    20
    Views
    6,413

    Please note that object-oriented design is...

    Please note that object-oriented design is probably not the right way of doing a math library. Relations between various number types have a tendency to break the OOD inheritance models in ugly,...
Results 1 to 6 of 6