You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A) What steps will reproduce the problem?
1. Create a simple project that uses printf to display changing float values in a loop. Note: Requires linking-in the Math Lib
2. See attached project .zip for an example
3. Basically: in a loop clear the screen (HOME) and print a changing float value. Clearing the console is a required step in producing this result: Example: printf("%c a float val: %5.3f\n",HOME,floatValue);
B) What is the expected behavior (output)? During each loop, the screen should
be cleared and all text and values should be printed in formatted positions.
C) What do you see instead? Some text (portions of the float value or other
text) get printed in random positions below and sometimes inline with the
correctly printed text. See attached screenshot.
D) Classify the bug as one of the following:
2. Medium Priority
E) Application Version and Platform:
Version
SimpleIDE 0-9-24 (& earlier)
Platform
Choose OpSys from Labels Below:
OpSys-Mac, or OpSys-Windows
Specify Platform OS Version and 32 or 64 bit. For example:
Mac OSX (64 bit Mountain Lion, 10.8.3)
Windows 7 (64 bit)
Provide any links or additional information below if possible. See attached
Original issue reported on code.google.com by [email protected] on 26 Apr 2013 at 11:08
Original issue reported on code.google.com by
[email protected]
on 26 Apr 2013 at 11:08Attachments:
The text was updated successfully, but these errors were encountered: