Rohit Sharma wrote:
> 
> Hey dudes,
> 
>     This peice of code does not work on unix , but works in dos. Any idea
> why?
> 
> main()
> {
>     float a;
>     _AX=30;
>     a=_AX;
>     printf("%f",a);
> }

_AX is a Borland C++ extension for the AX register. It's not standard
ANSI C.

-- 

Kiran Jonnalagadda
http://lunateks.com

baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync;
sync; sleep 15; done

To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list 
button and fill the appropriate information 
and submit. For any other queries contact the ML maintener

Reply via email to