Serving the Quantitative Finance Community

Search found 3 matches

by mmatloch
November 11th, 2002, 2:38 am
Forum: Programming and Software Forum
Topic: C vs C++
Replies: 40
Views: 194809

C vs C++

<r>Having read all this discussion on the 'superiority of hammer over screwdriver' I want to point out to some facts of life, which perhaps are behind the diversification of opinions. Problem is to some extent generational - young mainstream programmers now use Java, like some time ago C++, and earl...
by mmatloch
November 10th, 2002, 11:22 pm
Forum: Programming and Software Forum
Topic: C++ v. Matlab v. Mathematica
Replies: 53
Views: 197582

C++ v. Matlab v. Mathematica

Matt,Thanks for your competent comment and reference to experts (I do recommend reading it by everyone doing FP in Java). Isn`t it suprising, that Intel processors, obviously addressing general markets, have FPU architecture outsmarting many other, apparently more professional, designs?
by mmatloch
November 5th, 2002, 1:18 pm
Forum: Programming and Software Forum
Topic: C++ v. Matlab v. Mathematica
Replies: 53
Views: 197582

C++ v. Matlab v. Mathematica

<t>I am self-studying mathematical finance and have made Borland's Delphi 6 as the IDE of choice. I find it very well suited for the task of numerical computations: it's 'extended' real type representation holds 20 digits, while typical 'double' type in C or C++ - only 15. It makes me more confident...