This code working fine in g++ compiler. Here is the output: http://codepad.org/lEheQIkv
Compiler version : *C++*: g++ 4.1.2 *Subhransu Panigrahi * *Mobile:* *+91-9840931538* *Email:* [email protected] On Thu, Mar 3, 2011 at 11:34 PM, Vishnutej <[email protected]>wrote: > I dunno y dis code isnt working. > > #include<iostream> > #include<limits> > using namespace std; > int main() > { > cout<<numeric_limits<long double>::infinity(); > } > > > Thnx in advance. > > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
