I am doing an application using MSVC++1.52 because it needs to run on Win3.1.
I want to output the infinity symbol to an edit box so the user sees this symbol as the default value (the user can ch...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10040512.html
Zones:
C++Date Answered: 02/25/1998 Rating: 6.2 Views: 4
A friend has been trying to convince of the following, i am unsure.
He says the every single possibility you can ever think of, no matter how impossible must at some point in time happen, this i...
http://www.experts-exchange.com/Other/Math_Science/Q_20670488.html
Hi all,
i am using gcc 3.2.3. Can anyone tell me, how to check if the result of an operation is an infinity. let me give u an examle.
exp(exp(exp(3))) in gcc results infinity. If u print the r...
http://www.experts-exchange.com/Programming/Languages/C/Q_20707698.html
Zones:
CDate Answered: 02/17/2004 Rating: 8.8 Views: 5
Hi,
I'm looking at various Retail PoS solutions. I have some specific requirements:
- Multi-store capability using VPN based data replication (near realtime, not nightly batch)
- Head office ...
http://www.experts-exchange.com/Software/Misc/Q_21081728.html
Let f(x) = sign(1/x)
where sign(y) = 1, y > 0
= 0, y = 0
= -1, y < 0
What is the value of f(x) as x goes to infinity?
I would like a formal proo...
http://www.experts-exchange.com/Other/Math_Science/Q_21319476.html
I am trying to execute the bewlo SP when the button1_click
occured, but I am geeting an error in CATCH statment and the number from daabase is not shown in the text box.
The error I am getting...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22068259.html
How do I check to see whether a number has gone out of range? The check for positive infinity works, but the following doesn't:
float x=1.0;
if (x == numeric_limits<float>::quiet_NaN())
{
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10310823.html
Zones:
C++Date Answered: 03/15/2000 Rating: 9.6 Views: 0
I'm using the QuickSort algorithm found here http://www.4guysfromrolla.com/webtech/012799-2.shtml to sort an array on my page. Some elements in the array may be Null, and the algorithm isn't handl...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20836470.htm...
Zones:
ASPDate Answered: 12/04/2004 Rating: 9.2 Views: 0
I am having an intermittent problem when booting my pc. At switch on, the pc gets to the first couple of boot-up sceens to where it says boot from CD Rom, if there is no bootable CD present, the pc...
http://www.experts-exchange.com/Other/Miscellaneous/Q_21889779.html
Zones:
MiscDate Answered: 08/28/2006 Rating: 7.4 Views: 4
I'm getting timeout errors like:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
RECORD 3750 : PID = 3753, O1ID = 1318, O1Na...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22062124.html