Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
c programming carrier return
Name: skips1983 Date: July 24, 2006 at 13:17:12 Pacific OS: Fedora Core 2 CPU/Ram: 1ghz Product: c-pac
Comment:
Im have a precentage indicator that (obviously) counts to 100%. At the moment it does so by adding a new line
1% 2% 3% ....etc
I want it to display on the same line so I tried the carrier return function "/r". Although it prints on the same line, it seems very slow to update itself, displaying a percent every 20+ or so. Is there a better way of doing this.
Summary: Hi, Can anyone help me by sending the solution of this C program. Thanks Write functions to add, subtract, multiply and divide two complex number numbers. Also write functions to compute the reciproc...
Summary: I have a fresh install of Mandrake 8.1 and when I compile my C programs as follows: >gcc -Wall -g -o prog prog.c No errors, no warnings. I then try and run the program: >prog < data Nothing happens - ...