comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Ada DB bindings and APQ - 8 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0dc912649d50d4 * Ada job market? - 7 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/8237c3834b9d0d59 * Efficiently setting up large quantities of constant data - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/55a8252137b5ef97 * Tasks stuck on Linux - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/fcfc694a6f7f670f * Converting Java To Ada? - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b1d4080b67b74ba5 Active Topics ------------- Ada job market? - 7 new ----------------------- mike wrote: ...I have seen lot's of offerings in the UK ( [link]. While I don't mind moving to the UK, and don't mind working in defence - 90% of them need security clearance. Well I am german so my chances are pretty slim here. With Regards Martin - Tues, Dec 14 2004 9:23 am 7 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/8237c3834b9d0d59 Efficiently setting up large quantities of constant data - 2 new ---------------------------------------------------------------- ...Since you come from C: Ada "subtype" is C "typedef" - type is a different concept. You only need: type component is new Character; if you need Character type without implicit convertions. ...Even repeating myself: don't use "access all" until you need it. "access all" might need additional runtime checks to be performed. The GNAT - Tues, Dec 14 2004 9:43 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/55a8252137b5ef97 Tasks stuck on Linux - 2 new ---------------------------- ...specifically, export LD_ASSUME_KERNEL=2.4.1 - Tues, Dec 14 2004 11:06 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/fcfc694a6f7f670f Ada DB bindings and APQ - 8 new ------------------------------- ...Yep, the first error one gets: lpq not found. libpq.a is not distributed with GNAT. This might become a problem in the future. ...I think that: User_ Name : String; Password : String; + maybe additional String for vendor- specific "modes" should cover all possibilities. Quite similar to Ada.Text_IO. Open, it is caller's responsibility to provide - Tues, Dec 14 2004 6:37 pm 8 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0dc912649d50d4 Comments on Balancing Agility and Discipline - Middle Ground? - 1 new --------------------------------------------------------------------- I have posted the third article in the series "Commenting on Balancing Agility and discipline." It can be found here: Comments on Balancing Agility and Discipline - Middle Ground? [link] I hope that you find it to be of some use. - - Ed - Tues, Dec 14 2004 2:07 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3ea0cb0450325393 Converting Java To Ada? - 2 new ------------------------------- ... conradwt> Hi, are there any tools for converting Java source to conradwt> Ada source (i.e. adb and ads)? Yes. It is called a "programmer". These tools walk around on two legs and eat pizza. Make sure you get the correct model, you want a model that supports Ada and Java. Also make sure you have plenty of pizza. - Wed, Dec 15 2004 1:48 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b1d4080b67b74ba5 Ada streams - 1 new ------------------- Hi, I want to ask you where I can get good explanation what are and how to use (and when) ada streams. There are few ada tutorials on net but not single one of them mentions streams. Best regards, Daniel Vencler - Wed, Dec 15 2004 8:43 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d14278ca0d1ef32e ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.ada" group. To post to this group, send email to [EMAIL PROTECTED] or visit http://groups-beta.google.com/group/comp.lang.ada To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.ada/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
