C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28629
Number of posts: 94611

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
HELP: Bug or Not ?? GNU C Posted by TheBinnaries on 16 Apr 2012 at 9:49 PM
hello,

i had a problem with my developing with C using GNU
..

i'd tried to print on the screen result of
smallest non zero values of long double and print with %.3Le

and the output is -0.000e+000

this is my code :

#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <float.h>

printf("\n\nThe size of the largest value of type \"long double\" is \n %.3Le", LDBL_MAX);


this is BUG on the compiler or NOT ?

thx



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.