comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Ada problem - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c4a1b472243fcf98 * Discriminant computation problem - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3abdaa39e1c27f49 * anybody providing proof of having harmed matt parker his wife and relatives will be rewarded - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d9727197972b7779 * Wiki on Ada - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b9e1cb4c8c3d0d7f Active Topics ============= anybody providing proof of having harmed matt parker his wife and relatives will be rewarded - all new ---------------------------------- rec.sport.football.canadian,comp.lang.ada,alt.chess.ics,alt.fan.teen.idols,alt. games.final-fantasy.rpg ... alias [EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] matt parker is a hacker and stalker that steals personal data from hacked mailboxes matt parker alias [EMAIL PROTECTED] matt parker alias evonlindt ... money matt parker alias erik [EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] matt parker alias ericvan [EMAIL PROTECTED] matt parker alias von... - Sun, Nov 14 2004 2:29 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d9727197972b7779 Ada problem - 3 new ---------------------------------- Hello, i'm new to ada and i have a simple problem. I don't know how to get an output of enumeration types. The following example doesn't work: with Ada. Text_IO; procedure values is type Days is (monday, tuesday, wednesday); begin Ada.Text_IO.Put(Days'First); end values; ... - Sun, Nov 14 2004 3:47 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c4a1b472243fcf98 Discriminant computation problem - 2 new ---------------------------------- Just learning Ada and I came across this little issue. I can't perform a computation on a discriminant. Suppose I want to create a bit vector type that uses an array of Integers as its underlying storage type (just an example). I want the user to provide the length of the bit vector in bits, but I need to define the upper bound on the Integer array in Integer'Size units. type Int_ Array is array (Positive range <>) of Integer; type Bit_Vector (Max_Bit_Size : Positive) is record Series : Int_Array (Positive'First ..... - Sun, Nov 14 2004 5:11 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3abdaa39e1c27f49 Wiki on Ada - all new ---------------------------------- ... Don't forget wikipedia which is huge: http://en.wikipedia.org/wiki/Ada_ programming_language http://en.wikipedia.org/wiki/Ada_Lovelace Preben ... - Sun, Nov 14 2004 11:34 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b9e1cb4c8c3d0d7f ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.ada". comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.ada/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.ada/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
