From: Gallicus AT caramail DOT com (Gallicus) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with C++ library Date: Wed, 07 Apr 1999 11:05:45 GMT Organization: Wanadoo, l'internet avec France Telecom Lines: 29 Message-ID: <370b36e2.18553481@news.wanadoo.fr> References: <370982e5 DOT 13785014 AT news DOT wanadoo DOT fr> <370ade14 DOT 0 AT newnews DOT widomaker DOT com> <370d0a60 DOT 7158472 AT news DOT wanadoo DOT fr> <370b1a69 DOT 0 AT news DOT uni-bielefeld DOT de> NNTP-Posting-Host: b-adsl-nice-1-187.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 923483136 13378 193.251.80.187 (7 Apr 1999 11:05:36 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 7 Apr 1999 11:05:36 GMT X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 07 Apr 1999 08:42:16 GMT, manfred DOT heumann AT uni-bielefeld DOT de (Manni Heumann) wrote: >Then write a small example program like: > >#include <_string.h> >int main () >{ > String x; // Note the capital S! >} > >and compile it with: >gxx example.cc -O3 -lgpp > Hello, Manni. Now it works ! Without the -O3 it didn't. I don't think I would have guessed that. BTW The large random Integer generator is working now. I can generate multiple precision random Integers using the lgpp.a Integer class and dichotomy. I thought it could be very slow but with our fast computers it is instantaneous. I use them for a knapsack cryptographic simulation. Regards from Nice (France). Gallicus.