First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Text_IO from a stream
Dmitry A. Kazakov: But a stream has no defined formatting and is unrelated to ASCII. Still, you can read the stream through Character'Read(s,c). Then the idea of parsing stream looks problematic. If you have in the stream a sequence " + -", what Get should do after discovering '-'? Exactly the same ... 31 Mar 2008 17:57
Creating and using Ada packages: need refinement
The good news about BUSH (besides being written mostly in Ada) is that it's license is GPL / GMGPL. It doesn't seem to be receiving much work from Pegasoft, so if you wanted, you could "fork" the project and fix the problems you see and add enhancements, if you have the time. I haven't looked at the source en... 31 Mar 2008 17:57
access assignation. Aliasing problems?
Hi again, I have some problem between access assignations. "List" has in its definition a private access to ListNode (First, Last). Why can't I do the assignation: L.List := L.Last ? it does produce an "accessibilty error check". If both values are null, I can not either do the assignation. ----------- .... ... 2 Feb 2008 05:39
declaration of an incomplete private type before the privatepart
Javi wrote: My problem: I need to do a declaration such as: ----------------------------------------- ... type ListNode is private; type List is private; package IterList is new Iterators (Creator => List, Item => ListNode, ... 1 Feb 2008 04:06
declaration of an incomplete private type before the private part
hi guys, I'm very newbye to ADA, so my apologizes in advance. My problem: I need to do a declaration such as: ----------------------------------------- .... type ListNode is private; type List is private; package IterList is new Iterators (Creator => List, ... 1 Feb 2008 09:12
Problem with Jewl on GPS and AdaGide
I am looking for someone to help me with JEWL in Windows environment (Windows XP). I have installed academic version of GPS (2007-2) and win32ada from the same source. Nevertheless, the linker is reporting: ld.exe: cannot find -luser32 -lgdi32 -lcomdlg32 -lwinmm (from ld.exe). What is the solution? Are there specia... 1 Feb 2008 16:28
Am I "Overqualified"?
Ed Berard: It seems that lately, I have been turned down for an increasing number of assignments, because I am "overqualified." It's better to be overqualified than underqualified: you can selectively hide some qualifications, putting them in the private part of your package (to speak Ada...). G. ... 1 Feb 2008 16:28
Probl�me avec des with
"Grein, Christoph (Fa. ESG)" <Christoph.Grein(a)eurocopter.com> wrote in message news:mailman.31.1201682756.3834.comp.lang.ada(a)ada-france.org... This is an English news group. Il y a un autre groupe francais. Well, English speaking ;-) Use limited with or use with on the bodies. Depends on your design which ... 1 Feb 2008 00:44
Problème avec des with
This is an English news group. Il y a un autre groupe francais. Use limited with or use with on the bodies. Depends on your design which to use. Eurocopter Deutschland GmbH Sitz der Gesellschaft/Registered Office: Donauwoerth Registergericht/Registration Court: Amtsgericht Augsburg HRB 16508 Vorsitzender des... 1 Feb 2008 00:44
Problème avec des with
Bonjour, j'ai un petit problème avec les with ! j'ai 4 packages : Main | Route | | Voiture feu Dans le main j'ai "with route" Dans route j'ai "with voiture; with feu" Le problème c'est que la voiture n'a pas connaissance de la route et quand je met... 1 Feb 2008 00:44
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26