I have this script which requires allow_url_fopen = On which is not a good idea and I want to change curl.I\'ll appreciate if any one can help me out with how to do the fputs GET.
I wrote a simple cocoa app with a button. When the button is clicked, a timer is triggered: [NSTimer scheduledTimerWithTimeInterval:1.0f
i m using fgets to read line form .txt file. i m pass开发者_如何学运维ing an array as the first argument. different lines fill in different amount of space in the array, but i want to know the exact l
This is for a homework assignment to sort some given strings. I\'m prompting the user for the number of strings they\'d like to sort with scanf, allocating an array based on that number, and then gett
One of my assignments in to write my own UNIX Shell. To receive input from the user, I am using fgets to capture the input as a string but I\'m not really sure how it works. When I run:
I have a text file with three fields separated by comma. Example of the content of my text file: 12345, true programming newbie, BS ME
Here is the snippet of code that is causing me problems: #define MAX_NAME_LEN 64 char choice; char name[MAX_NAME_LEN];
well i\'m using while loop: while(fgets(pclientRow, 1024 , f) != NULL) in other classes it works ok, but in o开发者_开发问答ne of them, when i\'m reading from
gcc 4.5.1 c89 I am using the following code to read in a line of text from a configuration file. The configuration file is small at the moment, will grow with new fields to add. And I can pretty much
I have a php script that steps through a folder containing tab delimited files, parsing them line by line and inserting the data into a mysql database.I cannot use LOAD TABLE because of security restr