Sponsored Content
Full Discussion: fscanf()
Top Forums Programming fscanf() Post 17128 by j_t_kim on Monday 11th of March 2002 01:22:05 PM
Old 03-11-2002
OK, thanks

Thanks for checking, I'll keep looking around...
 

7 More Discussions You Might Find Interesting

1. Programming

fscanf()

thanks to everyone for your earlier replies, but i have yet another problem with file i/o. i'm trying to read multiple lines with the same file, and have been using the following code to take in the first two lines from a file... fscanf(fileptr, "%d %d %d %d %d %d\n", &n1, &n2, &n3, &n4, &n5,... (1 Reply)
Discussion started by: j_t_kim
1 Replies

2. Programming

fscanf

Hi, Can any one tell me what "%hx" as control parameter mean in fscanf. Thanks, abey (4 Replies)
Discussion started by: abey
4 Replies

3. Programming

read a file wich fscanf() in a function

I use fopen, fscanf, fclose to read a file. It can work well. since many files should be read, a function is created with the same code. But in the function, fscanf can not work well. for example, the first line of the the file is: > filename but the fscanf will give: 207/23/eee/34 it appears... (2 Replies)
Discussion started by: cdbug
2 Replies

4. Programming

C, using fscanf

hey guys, I'm working on a term project for a c/unix class. The basis of the program is that it will calculate the weight/balance of a plane. I'm hoping to have an input file as such: " Pilot weight: Passenger weight: baggage wieght: etc " and the idea is that I'm trying to use... (2 Replies)
Discussion started by: jlangholzj
2 Replies

5. Programming

fscanf: read words from file

Hi I have a file like that: 1 2 3 4 5 6 7 8 and I want print on stdout: 1 3 8 in other words i want choose what print out. I was thinking to use fscanf as: fscanf(file_in,"%d %d %d",&a, &b,&c); but in this way i get: 1 2 3 Is there a solution using fscanf to obtain my... (2 Replies)
Discussion started by: Dedalus
2 Replies

6. UNIX for Dummies Questions & Answers

how fscanf every two data

hi there... i have a question regarding the fscanf function... let's say i have a data: 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 how do i read only the first COLUMN, or the second COLUMN or the third COLUMN or etc....?????? thanks (1 Reply)
Discussion started by: theunknown
1 Replies

7. Programming

Fscanf to get number and replace.

Hi, I have a file with contents like "abcd 1234" .What i need is get that integer and replace that with 0. So i used fscanf(fp,"%s %d", str, &num); This is having some problem. There can be multiple space/tab between string and number. How to replace that number with 0 in same file? (4 Replies)
Discussion started by: explore
4 Replies
TMISPELL(1)						      General Commands Manual						       TMISPELL(1)

NAME
tmispell - ispell wrapper which uses Voikko for spell-checking SYNOPSIS
tmispell [-F config_file] [ispell_options] [file ...] DESCRIPTION
Tmispell is an ispell(1) wrapper which uses Voikko spell-checking system to do the actual spell-checking for Finnish language. What makes Tmispell very useful is that many programs (e.g. email clients and word processors) use Ispell for spell-checking. Since Tmispell is a transparent wrapper for Ispell, other programs that would normally use Ispell will automatically use Tmispell (and therefore Voikko) without any changes needed. Additionally, Tmispell is able to launch the real Ispell if Tmispell does not support the selected lan- guage. It is not necessary to have the real Ispell installed, though. Tmispell works fine without it, but currently Finnish is the only supported language then. Tmispell can be used from command line exactly like Ispell. If Tmispell is correctly installed, the command "ispell" actually starts Tmispell. It can be used to spell-check any text file(s) given as command line parameter. If a text file is given, Tmispell starts in interactive mode. Press "?" to get help on available commands in interactive mode. OPTIONS
-F config_file Use the configuration file config_file instead of the default /etc/tmispell.conf. ispell_options Tmispell should understand all the options that Ispell does. For more information about Ispell's options, see ispell(1). FILES
/etc/tmispell.conf The default configuration file for Tmispell. For more information, see tmispell.conf(5). AUTHORS
The original Tmispell was programmed by Pauli Virtanen <pauli.virtanen@hut.fi>. Modifications and integration with Voikko spell-checking system by Harri Pitkanen <hatapitk@iki.fi>. SEE ALSO
tmispell.conf(5), ispell(1) Voikko homepage: http://voikko.sourceforge.net/ 2008-02-13 TMISPELL(1)
All times are GMT -4. The time now is 01:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy