From: jz AT bcsupernet DOT com Newsgroups: comp.os.msdos.djgpp Subject: printf("%.6f") Date: 25 Jan 1997 20:51:52 GMT Organization: Zip News Lines: 10 Message-ID: <5cdrp8$erp@clark.zippo.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Can anyone tell me why my printf("%.6f") is running so incredibly slowly? I'm running gcc on a 386 with no copro if that's a clue. The same line compiled under Borland C is MUCH faster. this is more than a pmode problem I am sure. Help. Thanks. Does anyone have/know of a library or routine to convert from float to a string which is quick? thanks again....