|
Copying string slices before calling subroutines? (Was: Alternative Index implementation?) Dmitry A. Kazakov wrote: On Fri, 04 May 2007 08:53:59 +0200, Jacob Sparre Andersen wrote: for Lines in 1 .. 10 loop Last := Index (Source => Text (Text'First .. Last - 1), Did you check if GNAT did not copy the string slice before calling to Index? No. Do you have any suggestion ... 4 May 2007 05:33
Alternative Index implementation? (Was: Reading and writing a big file in Ada (GNAT) on Windows XP) Simon Wright <simon.j.wright(a)mac.com> wrote: That was me. I could give you my version of Index if you want .. I would like to have a copy as well. My demonstration of how you can make a fast implementation of the Unix command "tail" with POSIX.Memory_Mapping was not very successful, and I suspect that the ... 4 May 2007 04:00
An Ada Advice Inquiry I recently received an inquiry from a colleague I have not seen in many years. He is currently in a position where he is asked to advise a client about whether to choose Ada or C++ for a project. He is not a language junkie because his expertise is a very different level of software engineering, but he is a hi... 8 May 2007 22:47
Newbie Needs Ada Advice I'm interested in using Ada, so I installed the GNAT compiler on Windows (tried on Mac, but I had problems with X11). Anyway, I want to dive in head-first, and my main question is how do you guys write programs with GUIs? Do you use the gdk toolkit primarily? Also, the application I eventually have in mind is for a... 29 May 2007 09:10
Medical instruments do use Ada In news:RgXWh.860$im2.282(a)newssvr22.news.prodigy.net timestamped Sun, 22 Apr 2007 22:14:37 -0800, Richard Riehle <adaworks(a)sbcglobal.net> posted: "[..] I used to know a guy who had a small company specializing in the creation of software for medical instruments on microcontrollers. For the most part these were com... 3 May 2007 10:23
Apostrophe question I've read a number of Ada tutorials now, and I'm unclear on when the apostrophe is required in certain spots. For example, why is it used here: Father : Person_Access := new Person'(Father_First_Name, Father_Last_Name); but not here: type Float_Array is array(Integer range <>) of Float; type Float_Array_A... 2 May 2007 06:28
Ada 2005 Compilers We are currently evaluating the use of Ada 2005 functionality in our projects. Are there any compiler manufacturers besides AdaCore's GNAT that support Ada 2005? Further, is Ada 2005 an official standard at this point in time? Thank you. ... 3 May 2007 10:23
12th Int.Conf.on Reliable Software Technologies, Ada-Europe 2007 ----------------------------------------------------------------------- Call for Participation *** PROGRAM SUMMARY *** 12th International Conference on Reliable Software Technologies - Ada-Europe 2007 25 - 29 ... 1 May 2007 02:16
Ada at digg Hello. I dug out all Ada and Lovelace related articles at digg: http://digg.com/programming/Hibachi_The_Eclipse_Ada_Development_Tools_Project http://digg.com/programming/Programming_Pioneer_Dies http://digg.com/programming/Ada_Byron_Lovelace_First_Female_To_Understand_Computers http://digg.com/programming/Ada_... 2 May 2007 07:30
Reading and writing a big file in Ada (GNAT) on Windows XP I have written a very simple program that runs on a Windows XP machine. (Pentium D , I don't remember the clock speed, it is in middle of Pentium D clock speeds, 2 Gb memory) It is compiled with the MinGW GNAT 3.4.5 Ada compiler. All it does is read lines in a loop from a text file with Ada.Text_IO.Get_Line, do... 15 May 2007 18:56 |