"(if-else-)" conditional expression from the waste land242 (6/30/2010 6:20:27 AM) comp.lang.ada For those who wish to use the "(if-else-)" type of conditional statement, there is a web page that may help on the syntax plus: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00327.html Plus, on the site t... anon
getting back to null range118 (7/9/2009 11:10:31 PM) comp.lang.ada with Ada.Integer_Text_IO ; with Ada.Text_IO ; use Ada.Integer_Text_IO ; use Ada.Text_IO ; procedure t is -- Display String values, with a title procedure Put ( T : String ; B : String ) is begin ... anon
Problems installing/running AdaCore GPS (GPL) in Mandriva 2009941 (6/24/2009 8:25:37 PM) comp.lang.ada Hello, I'm new to Ada and I'm having some difficulties with GPS. I've downloaded the GNAT x86_64 package for linux from AdaCore's webpage. When I try to install it (as root) the script (doinstall) runs appar... Anonymous
IBM Rational Ada1244 (1/30/2009 9:16:49 PM) comp.lang.ada Well it seams from web site: http://ec.synnex.com/vendors/IBM.html that IBM has recall the "IBM Rational Ada Developer v.4.4 Enterprise Edition - BT01ENA" on 1/26/2009. But you can still seached for tha... anon
Direct Quote from the RM2427 (11/17/2007 9:22:26 PM) comp.lang.ada Intro or section 0 between 150 .. 200 lines in the RM for Ada 95! Quote Design Goals 6 Ada was originally designed with three overriding concerns: program reliability and maintenance, pr... anon
Answers for Ludovic Brenta and Georg Bauhaus (Re: ada compiler?)121 (11/15/2007 9:33:04 AM) comp.lang.ada 1. The best way set "-fstack-check" as a default to install the gcc source tree. And as many language packages as you want to default using "-fstack-check". I would say skip JAVA for now. 2. Check for ... anon
Lisp Machine236 (9/1/2007 6:29:15 AM) comp.lang.lisp I am designing a CD-ROM bootable 'Lisp Machines' System which will allow one to use a number of Lisp OS versions without the need for a host OS. At the moment this system is limited to Intel class of processo... anon
Thanks Guys: Re: Predefined Packages322 (6/15/2007 9:28:03 AM) comp.lang.ada Thanks for the info. I knew that Gnat had too many packages with in it structure. And after finding a number of packages in GNAT that initially do not work. An example is the "System.Partition_Interface"... anon
Predefined Packages329 (6/14/2007 1:07:01 PM) comp.lang.ada Trying to find a list of predefined packages that are common in all Ada version both commercial and free. Like "Ada.Text_IO", which should be in all version. But package "GNAT.IO" which is in the GNAT and G... anon
Line fitting and polyfit235 (10/15/2005 5:46:27 PM) comp.soft-sys.matlab I am trying to fit a line to some data points. I have tried the polyfit() function, but as the slope of the line sharply increases, polyfit's fit becomes increasing poor, as one might expect. I've included a ... rstein
ADA made me hate programming10132 (6/30/2010 5:23:37 AM) comp.lang.ada When I first started my undergraduate studies as a computer science major, I was forced to use ADA in an introductory course.. Mind you I was already familiar with C++ at that time..but after dealing with ADA a... mahdert(25)
OpenGL in Ada #31426 (10/5/2010 9:23:42 PM) comp.lang.ada Greetings to everyone in this group, This is my very first posting, so please apologize if I do something really wrong (as well as for my english, it's not my native language). I have created a small program ... yves.bailly(9)
Warnings about hiding1224 (10/8/2010 12:47:05 PM) comp.lang.ada Hi, "-gnatwh" activates warnings on hiding declarations. But sometimes, hiding is necessary. For example, consider this (Controlled type with it's own comparison operator and finalize procedure, you can repro... julian71(28)
Interfacing with C ; an ununsed fields dilemma1525 (7/2/2009 6:20:37 AM) comp.lang.ada Hello to all, Once again, a topic about interfacing with C structures. A lot of C structure are defined with so called =93 unused field reserved for future use =94 (oftenly never used in any future). This fie... yannick_duchene(1758)
Window Management329 (7/5/2009 9:43:26 PM) comp.lang.ada I have a lot of experience w/ Modula-2 and would like to know how to find comparable packages and subprograms to these Modules. Idealy, I would like the same code to work under WinXP and Ubuntu 9.04 The synta... usenet4359(33)
Hiding the value of Constants2230 (7/7/2009 8:48:51 AM) comp.lang.ada Is it possible to declare a constant in a package specification without the user knowing the value of that constant? -------------------------------------------- Rick Duley North Perth, Western Australia http:... rickduley(38)
Pointer types (I mean access types)523 (7/11/2009 12:03:48 AM) comp.lang.ada I am trying to understand how pointers work in Ada. I would like to know if I have the correct equivalencies Assume this declaration: type List_Node; -- An incomplete type declaration. type List_Node_Acc... usenet4359(33)
Gnat GPL 2010 available soon4225 (6/16/2010 8:14:50 PM) comp.lang.ada The Libre site has a news item stating that Gnat GPL 2010 will be available soon: http://libre.adacore.com/libre/ Great news, as those of with Snow Leopard on Mac OS X currently don't have a free compiler ava... sjs4179(15)
Advice on selling Ada to a C shop5632 (6/19/2010 11:01:26 PM) comp.lang.ada I may have the opportunity to pitch Ada for use in some new projects (industrial equipment) at work. The place has been using C by default, not by any conscious choice, and of course they've been paying a typi... usenet804(8)