Click here to Skip to main content
15,886,026 members

Comments by PIEBALDconsult (Top 200 by date)

PIEBALDconsult yesterday View    
3445678352.123 can be represented in scientific notation as
3.445678352123E9 (if I have that right)
__^^^^^^^
and single-precision values have only about seven places of precision -- you are trying to exceed that.
PIEBALDconsult yesterday View    
You can use the Improve question button to edit the question.
PIEBALDconsult 2 days ago View    
fscanf ?
strtok and atof ?
PIEBALDconsult 2 days ago View    
Really an error? Or a warning treated as an error?
What happens if you comment it out?
Bear in mind that no using directives are ever strictly necessary.
PIEBALDconsult 3 days ago View    
What does AddItems do?
Should the "0" be a different value on each call?