comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * For the AdaOS folks - 5 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b95a522100671708 * Pointer address - 4 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d36fc3985d071e34 * Another problems of newbie - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5ed7b28464be2e1a * Private area and child packages - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26 * Want some extra cash, try this - 3 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/11f4fe767b5ede8e Active Topics ------------- creating own Image function - 1 new ----------------------------------- ...Oh. In some way, it is. ;) Vinzent. - Thurs, Dec 30 2004 8:32 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1e08410099d337f8 Pointer address - 4 new ----------------------- I'm trying to convert some C code into Ada. I'm stuck on the follwing: cpdata. dwData = 0x0001B001 (dwData being a ptr to an ulong) Trying to execute the code below gives me a: EXCEPTION_ACCESS_VIOLATION If I change the address to 16#0001B000# the program just silently exits/terminates without printing my put_line. - Thurs, Dec 30 2004 3:29 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d36fc3985d071e34 newbie - OOP in Ada Set and Get Methods - 1 new ----------------------------------------------- ... ... ... I'm sure this is an oversight as functions cannot have in out parameters, which is what the compiler said. - Thurs, Dec 30 2004 12:14 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ccb21d128bf5f2ae For the AdaOS folks - 5 new --------------------------- ...... ...Its too bad that the L4 microkernel is not very secure yet. Apparently, they are trying to fix that in L4ng, but it appears that they got so focused on efficiency that they didn't get security. The efficiency of L4 otherwise makes it very attractive. The following link describes some of the things that they are looking at in L4ng : - Thurs, Dec 30 2004 8:58 am 5 messages, 3 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/b95a522100671708 Another problems of newbie - 3 new ---------------------------------- I need to write some program and I have problems with it. This program should read text file, write words to array, sort them and than write to another text file. In one book I found way how to read only singel char so I thought it would be easy to link singel char and rest part of final word, but I was wrong. I've written this subprogram (this program is reading from - Thurs, Dec 30 2004 4:31 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5ed7b28464be2e1a Private area and child packages - 3 new --------------------------------------- What about using Ada's Limited_Controlled type? Then, since no copies could be made, I could do something like this: with Ada.Finalization; package Some_ Package is type Secret_Type is tagged limited private; private type Implementation_Type; type Implementation_Access_Type is access Implementation_ Type; - Thurs, Dec 30 2004 7:31 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/93d7def3eeefbc26 Want some extra cash, try this - 3 new -------------------------------------- want some extra cash, try this THIS REALLY CAN MAKE YOU EASY MONEY!! A little while back, I was on my computer having a grand old time, just like you are now and came across an article similar to this that said you could make thousands dollars within weeks with only an initial investment of $6.00! So I thought, "Yeah, - Thurs, Dec 30 2004 8:09 am 3 messages, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/11f4fe767b5ede8e ============================================================================== 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
