Description:
Discussion about Ada*.
|
|
|
WinSettingChange
|
| |
(Windows only) This is a very simple utility that broadcasts a message to notify open windows that something has changed in the global settings. Not a big deal, but it can save you the burden of rebooting for Windows to take it into account when you change environment variables or registry entries.... more »
|
|
If you have SERIOUS SEXUAL DISSATISFACTION problem, CLICK HERE
|
| |
Say YES To Enhancing Your Sexual Pleasure Many of the problems you may be facing in your sexual life could be just the tip of the iceberg on what is really happening in your well- being. I don’t mean to scare you, but many sexual related problems either they are psychological, physical deficiency, lack of knowledge... more »
|
|
Forcing exceptions on NANs with GNAT?
|
| |
Platform: Linux Compiler: GCC/GNAT 3.4.3 Hello, is it possible to influence the behaviour of GNAT regarding the handling of NANs? (Most importantly in the special case of division by zero.) We need to get exceptions whenever a NAN is generated, is this possible somehow? (For example by setting Machine_Overflow to True and recompiling... more »
|
|
Ada-Europe 2009 submission deadline approaching
|
| |
------------------------------ ------------------------------ ----------- 2nd CALL FOR PAPERS 14th International Conference on Reliable Software Technologies - Ada-Europe 2009 8 - 12 June 2009, Brest, France Organized by Ada-Europe,... more »
|
|
Häkki heilahti rikolliselle
|
| |
M.T.09.05-08.Tanskan insinööriliitossa uskotaan uusiutuvaan energiaan "Energiasuunnitelma 2030"- nimisen raportin (ES). Sen tekoon osallistui 1 600 insinööriä ja muita energia-asiantuntijoita. ES:stä sijoitukset uudisenergiaan ovat ekologisesti ja taloudellisesti hyvin perusteltuja. Samoin varteenotettavia vientimahdollisuuksia. Uudisenergia tulee rajusti... more »
|
|
Extending discriminant types
   
|
| |
Hi, I stumbled across some behaviour when extending an unconstrained discriminant type while providing the constraint when extending. Assume the following code: type Kind is (A, B); type Base (K : Kind) is abstract tagged record case K is when A => null; when B => Dummy : Natural;... more »
|
|
AdaControl 1.10r10 released
|
| |
This is just a bug fix release, fixing two problems in case of complicated renamings. No changes in functionnality. Please update, sorry for the inconvenience.
|
|
Interfacing to C without dynamic memory
   
|
| |
Hi, Consider a C (or C++) library that defines some type T with some functions operating on it. The type T can be a complex type, encapsulated in a struct or class. Assuming extern "C" interface, the library functions usually accept a pointer to T: struct T { // lots of interesting stuff ...void createT(T * object);... more »
|
|
|