Top "Fputs" questions

Anything related to C or C++ standard library functions `fputs` (C) or `std::fputs` (C++). These functions are used to write a null-terminated string to an output stream.

fwrite() expects parameter 1 to be resource, string given in c://

I am using latest version of php.. and i stuck on this error Warning: fwrite() expects parameter 1 to be resource, …

php file fwrite fputs
C++ Make a file of a specific size

Here is my current problem: I am trying to create a file of x MB in C++. The user will …

c++ fopen fputs
Searching for specific words in a text file

HI guys havent been able to find how to search for specific words in a text file anywhere, so here …

c text-files fgets fputs
Creating and writing a file in WordPress using PHP

I would like to create a file to cache my lookups (coordinates and so on). I don't know why but …

php wordpress fputs
syntax error near unexpected token '(' in C

I'm getting a confusing error message. I'm running MinGW on Windows XP 32-bit. When I attempt to compile the following …

c file-io syntax-error fputs