Tagged Questions
The fprintf tag has no wiki summary.
11
votes
3answers
517 views
Does fprintf use malloc() under the hood?
I want a minimal o-damn-malloc-just-failed handler, which writes some info to a file (probably just standard error). I would prefer to use fprintf() rather than write(), but this will fail badly if ...
8
votes
3answers
3k views
warning: format not a string literal and no format arguments
I want to remove the warning that i get on this line of the code,
FILE *fil;
char *imp;
(...)
fprintf(fil,imp);
the thing is when i do this it writes on the file exactly what i want, but if i ...
8
votes
1answer
1k views
Displaying information from MATLAB without a line feed
Is there any way to output/display information from a MATLAB program without an ending line feed?
My MATLAB program outputs a number a bit now and then. Between outputting the number the program does ...
5
votes
5answers
369 views
“fprintf”-like function for file descriptors (i.e. int fd instead of FILE* fp)
Maybe I'm just missing it, but isn't there a function equivalent to fprintf for file descriptors, or even a way to temporarily flip-flop between them?
4
votes
3answers
106 views
why doesn't this c programme print the first printf statement?
#include<stdio.h>
#include <unistd.h>
int main(){
while(1)
{
fprintf(stdout,"hello-out");
fprintf(stderr,"hello-err");
sleep(1);
...
4
votes
5answers
205 views
Very surprising perfs of fprintf vs std::ofstream (fprintf is very slow)
I was running some benchmarks to find the most efficient way to write a huge array to a file in C++ (more than 1Go in ASCII).
So I compared std::ofstream with fprintf (see the switch I used below)
...
4
votes
2answers
109 views
Printf and fprintf prints only first argument
I have a problem I can't grasp with printf. It's the first time ever I have this problem, so I'm sure it's something naive, but no matter what, I can't solve it myself... maybe it's just because I'm ...
4
votes
3answers
261 views
Is using fflush(stdout) as fprintf() argument safe?
To I came upon this line of code:
fprintf(stdout, "message", fflush(stdout));
Note that the message does not contain any %-tag.
Is that safe in visual c++? fflush() returns 0 on success and EOF on ...
4
votes
1answer
806 views
How can I use fprintf and write to a pipe?
I created a pipe and I used dup2() to overwrite streams 1 & 2 (stdout & stderr) into those pipes.
Now I wish to use fprintf to write to stream 1 or 2, but my program doesn't seem to be ...
3
votes
1answer
37 views
Reading strings from a text file in C and determining end of line
I am trying to read words and numbers from a space and tab delimited text file. I need to identify lines which contain "Step" and "False". I also need to store each word or number separately so that ...
3
votes
1answer
51 views
Retrieve particular parts of string from a text file and save it in a new file in MATLAB
I am trying to retrieve particular parts of a string in a text file such as below and i would like to save them in a text file in MATLAB
Original text file
D 1m8ea_ 1m8e A: d.174.1.1 74583 ...
3
votes
2answers
97 views
C Client/Server Communicating with fprintf?
How would you make a server be able to send messages to a client using printf or fprintf instead of using the write system call?
I already have my server made and working, sending messages via ...
3
votes
4answers
420 views
Writing to a file and console in C
I am trying to write a function that allows me to write to the console and a file in C.
I have the following code but i realized that it does not allow me to append arguments (like printf).
#include ...
3
votes
2answers
418 views
3
votes
3answers
4k views
Is fprintf thread-safe?
Is fprintf thread-safe? The glibc manual seems to say it is, but my application, which writes to a file using single call to fprintf() seems to be intermingling partial writes from different ...
2
votes
1answer
36 views
fprintf doesn't print const char * to file
I have a simple log function that needs to print the current date and time. I'm doing it inside a function that returns a char *. When I try to set this char * into fprintf(), it doesn't print me the ...
2
votes
3answers
90 views
C using fread to read an unknown amount of data
I have a text file called test.txt
Inside it will be a number, it may be as follows:
1
2391
32131231
3123121412
I.e it could be any size of number, from 1 digit up to x digits.
The file will only ...
2
votes
2answers
138 views
fprintf causes segmentation fault due to sudden address change
I'm writing a small console game with ncurses (as a learning task) and I've already had some minor problems (it has been the first time I've been using lists in C), yet there never was a real ...
2
votes
1answer
147 views
fprintf won't write hexadecimal numbers that end in zero to a file correctly
I am able to write the correct hexadecimal values to my output file whenever the initial value of 'tag' is odd. But I want to write my output in hex for both even and odd intitial 'tag' values. If the ...
2
votes
4answers
246 views
cost of fprintf
I am developing an embedded application in C++ for a platform with limited code/data RAM, but rather unlimited RAM for filesystem usage.
While looking for reducing the code size, I realized that ...
2
votes
4answers
264 views
C Programming fprintf issue
I have a problem when writing a file on the text. As you could see, I used \n to put another set of my data on the next line. The problem is when i close the file and save again the data per line ...
2
votes
2answers
400 views
Strange SEGFAULTS using fprintf
I'm having a very tough time debugging a multi-threaded C application that I've made a few changes to. I've been unable to use GDB to help identify the issue(see below code for more info).
The ...
2
votes
3answers
197 views
a single C function to write data as text or binary
I have a C function that writes some data to a text file. The data consists of floats, ints and strings.
it looks something like this:
writeAsTextFile( mystruct_t* myStructWithIntsFloatsAndStrings ...
2
votes
4answers
938 views
how to write into a text file by C program
my problem is fprintf is only printing part of the expected output into the file.When i use printf the output is correctly printed on the output window, showing that the loop is correct but when i ...
2
votes
1answer
324 views
fprintf return success but can't write to an existin file
In my codes, fprintf return successful by returning the number of bytes written in STREAM, but in the actual file the string I put is not there.
1
vote
2answers
79 views
fprintf prints a new line at the begining of the file
I'm using a fprintf function to print to a new file
I'm using the following command to write multiple times:
fprintf(fp, "%-25s %d %.2f %d",temp->data.name, temp->data.day, temp->data.temp, ...
1
vote
1answer
49 views
segmentation fault while copying file
I'm a beginner and I'm trying to copy the content of a very large text file of size around 33MB ( 33136KB precisely ) to a new file. I'm getting segmentation fault while running the program. Only 16KB ...
1
vote
3answers
77 views
Why is the output file corrupt / filled with garbage? (Expecting numbers)
The following line of code writes unsigned int values into a file but the content of the file is not readable.
struct rabin_polynomial
{
uint64_t start;
uint16_t length;
struct ...
1
vote
2answers
73 views
print a cell array as .txt in Matlab
I have a cell array that needs to be printed in a .txt file according to a specific format. I have tried some of the online help (including matlab central dlmcell but even that is not giving me the ...
1
vote
3answers
90 views
What are the conventions for stdout/stderr messages?
I have an app that will fprintf both help and error messages to stderr.
Should I send messages to stdout if I am exiting with status EXIT_SUCCESS (such as when I issue the --help option to my app)?
...
1
vote
2answers
96 views
XML generation using fprintf
When generating am xml in C by using fprintf(), what should be kept in mind?
I am using it, but i am facing some issues when opening the xml in IE; however, in any editor, it shows proper contents.
...
1
vote
2answers
81 views
Why does fprintf print extra values
I want to encode tags that will contain a field number and a wire type for the purpose of protocol buffers. The problem that I am having now is that whenever my value for 'tag' is below '8' fprintf ...
1
vote
2answers
262 views
how to write an integer to a file (the difference between fprintf and fwrite)
I've been trying to write an integer to a file (open mode is w).
fprintf wrote it correctly but fwrite wrote gibberish:
int length;
char * word = "word";
counter = strlen(word);
fwrite(&length, ...
1
vote
2answers
58 views
Why do these two methods return different things?
So...I was trying to make my own simple keylogger and this works for things typed at the shell, but if I double click the executable file it just puts a lot of these in the file: ΓΏ
I understand that ...
1
vote
4answers
176 views
problem with fprintf
I am running a simulation in C, and need to store 3 100x100 matrices ~1000 times. My program runs just fine when I'm not writing the data to file. But when I run my program and write the data, I get a ...
1
vote
2answers
72 views
jumping to the a wanted line and overriding the first letter inside it in c
hello i am trying to write to a FILE in a wanted line number using c programming language
and for some unknown reasons it doesnt get written
this is my checking code:
int main()
{
int x;
int ...
1
vote
1answer
127 views
why does fprintf doesn't work after fscanf?
I want to open a file for both writing and reading, but after I read from it I can't write:
f_prefs = fopen(prefs_path, "r+");
while (fscanf(f_prefs, "%[^\n]\n", line) == 1)
{
... do some stuff ...
1
vote
2answers
241 views
Output two digits after decimal separator
Using fprintf, what is the format-string to output two digits after a decimal separator?
float number = 3.0;
fprintf(pFile, "%10.02f", number);
This always outputs 3 instead of 3.00
How do I fill ...
1
vote
4answers
225 views
Problem writing array of doubles to a file
i have a really big array of numbers with double precision...i tried to write it into a file using fprintf()...i need to write these numbers one in each line so i have done something like this.
...
1
vote
1answer
169 views
writing a replacement for a function which takes a variable number of parameters (c programming)
I'm looking to write a function to replace fprintf
int fprintf ( FILE * stream, const char * format, ... );
I'm not sure how to define a function such as this, because, after the format parameter, ...
1
vote
4answers
173 views
sending formatted messages across TCP connection
I have an existing C program which prints a number of messages to standard error using:
fprintf(stderr, ...
I would like to modify this program so that these messages are also sent out over a TCP ...
1
vote
3answers
301 views
Creating a FILE * stream that results in a string
I'm looking for a way to pass in a FILE * to some function so that the function can write to it with fprintf. This is easy if I want the output to turn up in an actual file on disk, say. But what ...
0
votes
3answers
69 views
How to redirect fprintf output to C socket?
How can I redirect fprintf output to a socket?
I am editing source code which has a lot of fprintf calls. It logs to a file. But I would like to redirect this log to a socket.
How can this be done?
...
0
votes
1answer
65 views
Function is not defined for 'cell' inputs. - MATLAB error
I have a problem with MATLAB that i cant quite fix. It is throwing me an error, stating
??? Error using ==> fprintf
Function is not defined for 'cell' inputs.
Error in ==> writedata at 93
...
0
votes
3answers
73 views
C - calculate all dates from Year X to Year Y
Please IGNORE, incompetence as its best!
Just messing with some basic file i/o really, in some nested for Loops but the output isn't quite what I want, though I can't seem to get it working.
...
0
votes
2answers
61 views
fprintf and difftime madness
Searched for answer for this but couldn't find anything. The closest I could find was
difftime returning 0 when there is clearly a difference Which has a great explanation that has to do with how the ...
0
votes
1answer
25 views
Get a string in fprintf output to display all characters
I'm trying to write a matlab code to generate some kind of result page in a textfile but there seems to be some basic knowledge gap here (I'm new to matlab). So the thing that has me confused is how ...
0
votes
2answers
58 views
Write and Display a stream with format on C
I'm in my first year of Computer Sciences and I have to design a procedure that writes to a file with format (fprintf) and displays it with format (fscanf). But I can't get it to run properly; it ...
0
votes
1answer
67 views
Using vfprintf without a wrapper function?
I want to replace the fprintf call in fprintf(stderr, "Error occured with file %s\n", file); with vfprintf(FILE * stream, const char * format, va_list arg) because of the bloat that fprintf inherits.
...
0
votes
1answer
28 views
how to specify multiple format string in fprintf function?
I want to print many, for example 100, floating point number into one file line using the format string %10.2f. Are there any ways to do this without writing the format string 100 times in the fprintf ...