comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * creating own Image function - 9 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1e08410099d337f8 * expect procedure name in procedure call(newbie) - 7 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3bcd1f427235dca8 * Private area and child packages - 6 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26 * newbie - OOP in Ada Set and Get Methods - 5 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ccb21d128bf5f2ae * overloading operators with private variables - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/86bb11cd9af49a58 Active Topics ------------- alt.collecting.stamps,comp.lang.ada,alt.usenet.offline-reader.forte-agent,alt. pantyhose,fido.magie-ger - 1 new -------------------------------- matt parker alias eric von [EMAIL PROTECTED] [EMAIL PROTECTED] matt parker alias e vanlunsen [EMAIL PROTECTED] [EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] tanja [EMAIL PROTECTED] matt parker alias erik [EMAIL PROTECTED] s [EMAIL PROTECTED] matt parker alias [EMAIL PROTECTED] larisa [EMAIL PROTECTED] - Wed, Dec 29 2004 1:48 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3422acf210f391b newbie - OOP in Ada Set and Get Methods - 5 new ----------------------------------------------- my compiler gnatmake Linux gave me warnings in this function: function Set( this: rec1; s: Integer) return Integer is begin this.field := s; return s; end Set; 'in parameters cannot be modified inside function'(sth like this), when I was using rec1_Typeas an access to rec1 this warning never occured but finally i changed it to: - Wed, Dec 29 2004 2:06 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ccb21d128bf5f2ae expect procedure name in procedure call(newbie) - 7 new ------------------------------------------------------- Hello. I've got 'expect procedure name in procedure call' warning but I think my code is good Inside testclass.adb I have Create function and when I'm trying to call it from main.adb unit I receive that error. Below are full codes of my Ada units. And by the way - how can I dynamically allocate memory for e.g. 10 - Wed, Dec 29 2004 2:37 am 7 messages, 5 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/3bcd1f427235dca8 Private area and child packages - 6 new --------------------------------------- ...here. ...What I was wondering was how someone writing Some_Package can enforce this on future package writers. I could obviously follow your suggestion if I am the only developer writing code for a project. But, if I want to hide implementation details from someone else who might write a child package, I would need some mechanism to enforce this - Wed, Dec 29 2004 7:10 am 6 messages, 5 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26 Reply: expect procedure name in procedure call(newbie) - 1 new -------------------------------------------------------------- You are calling a function as though it were a procedure. This is alright in C and C++, where the result is just silently thrown away, but in Ada you have to do something with the result, such as assign it or use it in a subsequent expression or routine call. - Wed, Dec 29 2004 7:53 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c071f6c54bee139b overloading operators with private variables - 2 new ---------------------------------------------------- Sorry to bother You again. But as a newbie... I've got new problem. I was trying to overload my test record. For example the multiplication. procedure Main is object : testclass.rec1; object2 : testclass.rec1; objectMul : testclass.rec1; begin testclass.Create(object, 100); testclass.Create(object2, 10); - Wed, Dec 29 2004 8:08 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/86bb11cd9af49a58 creating own Image function - 9 new ----------------------------------- Hello. I've written my own Image function it's sth like Java's toString. function Image(this: rec1) return String is tmp : String(1..26); begin tmp := "The value of field is:" & Integer'Image(Get(this)); return tmp; end Image; when I use it: testclass.Create(object, 100); -- note 100 is 3 digits = 3 Characters - Wed, Dec 29 2004 8:51 am 9 messages, 7 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1e08410099d337f8 Data Recovery SOURCE CODE ( SOURCE CODES of Professional Data Recovery Software ) - 1 new ------------------ Hi, I am a Data Recovery Specialist and Professional Data Recovery Software Developer in New Delhi. I've placed the Complete SOURCE CODE of One of my Data Recovery Software for Sale (for Educational Purpose) on the following link of my website: [link] I'd like to inform you that I am the author of World's First Book on - Wed, Dec 29 2004 9:10 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ed4648eaa5fc481b Converting - 1 new ------------------ ...subtype don't need to be converted. Read: Programming:Ada:Subtypes#type_vs._ subtype ...Read: [link] Checked convertion works on arrays as well Martin - Wed, Dec 29 2004 8:07 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/413069df09dfed26 I am looking for a REFERRAL for an Ada programmer - San Diego position - 1 new ------------------------------------------------------------------------------ I am looking for an Ada programmer. New Client requirement: Mid-Level Ada programmer. San Diego location. 3-6 mos. contract to direct. Definitely will convert the right person. May consider direct placement. Not interested in a pure contractor. Clearance is nice, but clearability is vital. Benefits start on day 1 - Wed, Dec 29 2004 1:41 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d5efcc892972a2a0 For the AdaOS folks - 1 new --------------------------- ...It's interesting that Garfinkel's comments correspond to many ideas that I have had -- some in a vaguer form than others -- during my musings on OS design. One of the biggest challenges is to design an OS that works in a new and better way, and yet is still capable of leveraging the power of an existing - Thurs, Dec 30 2004 1:19 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b95a522100671708 ============================================================================== 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
