Re: Large-Number Math DLL?



"Ertugrul Soeylemez" <do-not-spam-me@xxxxxxxx> wrote in message news:euc2ab$9il$03$1@xxxxxxxxxxxxxxxxxxxx

The big problem here is that Windows is not too well supported by most
good bignum libraries.

I will probably end up enhancing a bignum library that I wrote myself. It runs
under Windows XP, but it currently handles only unsigned integers... and I now
need floating-point math.

By the way, the C++ code that I downloaded from http://gmplib.org/ hangs up
Visual Studio 2005 (but this is typical of source code I get from the Internet).
On the other hand, there might be some C++ configuration issues that are omitted
from the ReadMe file, because they are obvious to a C++ programmer.


You will want to grab the Min-GW version of GCC.
It's supplied with Dev-C++ [1], a free C/C++ development environment for
Windows (suitable for some other languages as well, but don't ask me).
By the way, VB is not the right language to write fast code.

On my job, I mostly use VB6, because I write so many user-interfaces. For
speed, I use assembly (although I have not yet written anything for 64-bit
processors).

Thank you for your leads.

Dave


Regards,
Ertugrul Söylemez.


References:
[1] http://bloodshed.net/dev/devcpp.html



.



Relevant Pages

  • Re: Where is Python in the scheme of things?
    ... What is particularly disappointing is the absence of a Windows IDE, ... Windows GUI applications ... Mac simple/complex scripts ... languages and now I seem to be always getting better at writing... ...
    (comp.lang.python)
  • Re: What programming language is the most widely used to make viruses?
    ... >Windows, but not Apple Mac or X Windows, tends to encourage object oriented ... >a woody for some new programming paradigm. ... variety of languages and APIs and then pick the best bits of each. ... I've never quite got the hang of templates. ...
    (comp.programming)
  • Re: any substitute for x window system?
    ... system which depands only on c/c++ to replace x window system? ... Since debian requires perl, ... They chose Windows because it works for them, ... I know you've claimed before that all programming languages you learned ...
    (Debian-User)
  • Re: Roguelikes not for newbies?
    ... what languages roguelikes have ... If you're going to develope in MS Windows, ... 1- learning Emacs or vim ... cmd or command and the Free Pascal Compiler. ...
    (rec.games.roguelike.development)
  • Re: Is Open Source viable for very small teams or individual developers?
    ... they cannot get from their current languages or OSs, ... For the OS this is the achillesheel, since driver support goes down ... 32-bit windows to 64-bit, let alone to a little one man OS. ... drivers has been a boon for the PC but a bane of OS developers. ...
    (comp.lang.misc)

Loading