login
Header Space

 
 

Bug in stdio library - Problems with sc

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Tuesday, August 4, 1992 - 6:45 pm

Please have a look at the out put at the following program:


#include <stdio.h>

int main(int argc, char **argv)
{
  float nine=9., ten=10., eleven=11., twenty=20.;
  printf("%2.2f %2.2f %2.2f %2.2f\n", nine, ten, eleven, twenty);
  return 0;
}

Output:
  
9.00 10.000 11.00 20.000

Perhaps this causes the reported bugs of sc.

                Wolfgang Thiel
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Bug in stdio library - Problems with sc, Wolfgang Thiel, (Tue Aug 4, 6:45 pm)
speck-geostationary