From: Stephan Newsgroups: comp.os.msdos.djgpp Subject: fputs(); HELP !!! SOS Date: Mon, 27 Oct 1997 12:40:44 +0100 Organization: SAF CENTRAL Lines: 17 Message-ID: <34547DBC.1D86@club-internet.fr> Reply-To: saf AT club-internet DOT fr NNTP-Posting-Host: ppp-116-116.neuilly.club-internet.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello the world ! I have a problem: How can I write a numeric value to the disk ? when I make: .. FILE *disk; float i; ... fputs(i,disk); IT DOESNT WORK CORRECTLY fclose(disk); How can I write a numeric value to the disk ?