From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: french documentations ? Date: Thu, 18 Sep 1997 19:35:40 +0100 Organization: None Distribution: world Message-ID: References: <01bcc419$00c3f500$9b0a020a AT grumpy5 DOT univ-lr DOT fr> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ulr writes: >I discovered recently DJGPP and ALLEGRO library and i found it very >interresting. > >I would like to know if someones knows where i can find french >documentation/tutorials about this two things Sebastien Bistoyman (bistoy AT hotmail DOT com) mentioned that he might translate the Allegro documentation into French. That was about a month ago, though, so I don't know if he is still doing it or has gone on to something more interesting :-) Drop him a note and find out... >ps : in some example I saw VOLATILE int var; WHAT means VOLATILE ? It is a warning to the optimiser, telling it that the variable is sometimes changed by external things like interrupt handlers, so it must be careful not to do any optimisations that assume the variable will always contain the same value. Otherwise you can get subtle bugs in code where a variables is changed by an interrupt handler and then tested by some other code in your mainline code... -- Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ Beauty is a French phonetic corruption of a short cloth neck ornament.