comp.lang.ada
http://groups-beta.google.com/group/comp.lang.ada

Today's most active topics:

* newbie - OOP in Ada Set and Get Methods - 13 new
  
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ccb21d128bf5f2ae

* earn money fr every mail address this chain letter is forwarded to - 8 new
 
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1165e4454575d4da

* Converting - 5 new
 
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/413069df09dfed26

* Ada 2005? - 4 new
 
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/131f06967722ab4b

* Private area and child packages - 3 new
 
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26


Active Topics
-------------

ANN: AdaDoc 2.1 - 1 new
-----------------------
We are announcing the release of AdaDoc version 2.1. This version includes new
modules to generate Texinfo and StrongHelp documentations. Thanks to Bent 
Bracke and Stéphane Rivière for their contributions. ======== AdaDoc ? ======
== AdaDoc is a tool for developers using the Ada95 programming language. Its -
Tues, Dec 28 2004 9:00 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/cf00bed06b963920


misc.education.home-school.misc,alt.kill.all-the-spammers,comp.databases.
object,comp.lang.ada,alt.anime.tenchi-muyo - 1 new
--------------------------------------------------
matt parker alias e von lint [EMAIL PROTECTED] matt parker sells underage mail 
order brides on the web matt parker alias eric van [EMAIL PROTECTED] sex machi..
[EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] [EMAIL PROTECTED]
com matt parker alias evan [EMAIL PROTECTED] matt parker is stalker - 
Tues, Dec 28 2004 1:04 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/acb2af7dbf393e0d


Ada 2005? - 4 new
-----------------
...The difference between: case X is -- Statically checkable when A => when B =
> when C => raise Constraint_Error; end case; and case Y is -- Dynamically 
checkable, when Y isn't constrained when A => when B => when others => raise 
Constraint_Error; end case; In Ada all choices are statically known. The only 
problem is that you - Tues, Dec 28 2004 10:56 am
4 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/131f06967722ab4b


fyi: c2Ada for linux, and my Ada web site on-line - 1 new
---------------------------------------------------------
hello, finally I've got my own domain name, and put my personal ada web site 
back on-line. here is the link [link] feel free to link to it if you want. 
Nasser - Tues, Dec 28 2004 10:35 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/78361667cdabfafc


Microkernels & Ada (Was for the AdaOS folks) - 2 new
----------------------------------------------------
...indeed, the proof is we are talking about it ! ...right ! and as we are 
discussing it, are we doing soemthing about it ? on your side, i know you do. 
unfortunately, on my side i only have ideas. they surely need a lot more 
thinking to get a project started. ...well, it would have felt strange if it 
didn't... but this is holy war - Tues, Dec 28 2004 1:02 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b95a522100671708


newbie - OOP in Ada Set and Get Methods - 13 new
------------------------------------------------
Hello. I'm new to Ada95. I was trying to create on 'object' in Ada with Set 
and Get methods. But I failed... I'm not sure whether or not my thinking in 
Ada is proper - Ada verries a lot from C++ and Java OOP... My codes are below 
thanks in advance best regards R main.db unit: with Text_IO; use Text_IO; - 
Tues, Dec 28 2004 4:41 am
13 messages, 8 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ccb21d128bf5f2ae


MY SISTER NAKED IN SHOWER - 1 new
---------------------------------
delicacy. The sandwich originated in New Orleans, where an abundance of 
abortion clinics thrive and hot French bread is always available. 2 cleaned 
fetuses, head on 2 eggs 1 tablespoon yellow mustard 1 cup seasoned flour oil 
enough for deep frying 1 loaf French bread Lettuce tomatoes mayonnaise, etc. -
Tues, Dec 28 2004 10:18 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/21c58c05fdbaa9f6


matt parker is scum in a waste piece of skin - 2 new
----------------------------------------------------
frying. Pound the cutlets. Dredge in flour, eggs, then the bread crumb mixture.
 Fry till golden brown in 350° peanut oil. In a baking pan, place a layer of 
gravy, then one of meat, gravy, and cheese. Another layer each of meat, gravy,
and cheese. Then bake at 350° for 45 minutes. Serve on hot pasta with romano 
cheese. - Tues, Dec 28 2004 10:45 am
2 messages, 1 author
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/7828484eca98a606


earn money fr every mail address this chain letter is forwarded to - 8 new
--------------------------------------------------------------------------
fresh green beans potato turnip celery tomato ½ stick butter 1 cup cooked 
pasta (macaroni, shells, etc.) Remove as much meat as possible, cube, and 
brown in hot oil. Add a little water, season, then add the carcass. Simmer for
half an hour keeping the stock thick. Remove the carcass and add the 
vegetables slowly to the stock, - Tues, Dec 28 2004 11:35 am
8 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1165e4454575d4da


Converting - 5 new
------------------
Hi, I was wondering, could someone tell me the best way to convert s string 
literal to a subtype. For example, subtype A_Type.String is Standard.String; 
subtype B_Type_String is A_Type.String; Now, I would like to convert a string 
literal to B_Type_String. BTW, the method that I'm calling requires the type B_
Type_String. Last but - Tues, Dec 28 2004 11:01 am
5 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/413069df09dfed26


Private area and child packages - 3 new
---------------------------------------
Is there any way to hide implementation detail from child packages? An example,
 say I have a parent package like this: package Some_Package is type Secret_
Type is private; private type Secret_Type is record Secret_Value : Integer := 
0; end record; end Some_Package; I don't want any other component to be able 
to manipulate the - Tues, Dec 28 2004 8:05 pm
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26



==============================================================================

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 

Reply via email to