comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Float precision - gnat vs objectada - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1525d71e3169ed06 * Windows Ada database support. - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/bf02c238a92156a3 * i'm going crazy with task - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/a555752235c318a9 * io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is aninternal GNAT unit - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0e4483243b42b6 * Calling C++ methods from Ada.. - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5f4679d58bde270f Active Topics ------------- Float precision - gnat vs objectada - 2 new ------------------------------------------- ...To get the same precision tell the compiler which one you need. type My_ Float is digits N; ...Probably because the implementations of Real_IO.Put are slightly different. But anything after 3.14159_26535_8979 is just a noise. The problem is not whether Long_Floats are different or not. The problem is that Aft=>25 > - Thurs, Dec 2 2004 12:32 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/1525d71e3169ed06 i'm going crazy with task - 1 new --------------------------------- ...don't speak ...assume ...the ...i'm sorry, my english is not good :) i need to write a "simulator" of a task scheduler. my idea is: cerate a new task with an entry called "run" that esecute user-defined code in this way: ------------- ---------------------------------------- with Task_Maneger; with User_App; - Thurs, Dec 2 2004 1:44 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/a555752235c318a9 Windows Ada database support. - 2 new ------------------------------------- "I know PL/SQL and I like it indeed !" (Pascal.) And the fact that it looks a lot like Ada has nothing to do with it :-) - Thurs, Dec 2 2004 2:37 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/bf02c238a92156a3 io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is aninternal GNAT unit - 1 new ------------ ...Well, I allways though that gcc 3.4.3 (Windows 3.4.2) is the latest version available and far better then the 3.3.x versions. With Regards Martin - Thurs, Dec 2 2004 12:35 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/ee0e4483243b42b6 Calling C++ methods from Ada.. - 1 new -------------------------------------- ... Luke> What compiler are you using? Good point - I assumed he was using GNAT, so the solution I gave may not be relevant if he is not using GNAT. I am not sure if the pragmas I gave are GNAT specific or not. - Thurs, Dec 2 2004 10:12 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5f4679d58bde270f ============================================================================== 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
