On 12/17/2013 08:24 PM, Sieghard wrote:
> What's so special about "abs"? Nothing at all. It's simply a comparison ..

abs() looks like a function but in fact it isn't. So it's a very special 
kind of "function" (at least it is similar to a set of overloaded 
function or a kind of "generic").

In Pascal same is true for typecasts.

C is more straight forward: typecasts don't look like a function so you 
are not astonished to see that they don't perform any action.

abs() does not exist in C (you can of course do a simple #define macro 
for that).

-Michael

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to