Re: What's new in lcc-win



Ben Bacarisse wrote:
I remember doing quote a bit of scientific programming a long time
ago, and modifying the parts of complex number was not a common thing
to do. I may be wrong about that, but I would not worry about it.

You are in principle correct.

In practic, I see a LOT of code that uses the real and
imaginary parts separate because there wasn't any complex support
until C99. For instance all the code translated from fortran
subroutines in netlib handles the complex parts separately.

--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.



Relevant Pages

  • Re: Request for comments on simple Ada program
    ... >> Jacob ... > for package specs, 23% for package bodies, and note that I never ... kept in a separate file. ... > As for keeping such text in separate design documents, ...
    (comp.lang.ada)
  • Re: void * vs. T *
    ... Whether it is EPROM, ... In a Harvard Architecture code and data are separate address address spaces. ... constant character strings or tables, ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: Garbage collection
    ... specific GC implementation mentioned other than Boehm. ... implementations in common use out there, or has Boehm become almost a ... de facto standard? ... jacob at jacob point remcomp point fr ...
    (comp.std.c)
  • Re: C90 long long
    ... super-fast bignum library would be well advised to use GMP or Miracl. ... The most common use I'm aware of for needing more than C90 gives you is calcs involving RSA and D-H, for both of which 64 bits isn't anywhere like enough. ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: command line vs gui
    ... Jacob> and generalize them as needed. ... Jacob> menus? ... You can try M-x repeat-complex-command, ... I would write the functionalities in separate ...
    (comp.os.linux.misc)