Search Results

Search: Posts Made By: nikunjbadjatya
Forum: Programming 12-20-2010
47,024
Posted By nikunjbadjatya
Here's my sample code. ...
Here's my sample code.



#include<stdio.h>
#include<string.h>

int main()
{
int *i, j;
size_t n;
const char *buf;
unsigned char *t;
FILE *fp;

fp = fopen("test.txt", "r+" );

buf =...
Forum: Programming 12-19-2010
47,024
Posted By nikunjbadjatya
Thnx for replying.! I understand that the...
Thnx for replying.!
I understand that the contents of FILE structure are implementation defined. For a unix system, x86 processor. I wanted to know, How can we find contents of FILE structure ,(...
Forum: Programming 12-17-2010
47,024
Posted By nikunjbadjatya
FILE structure - stdio.h
Hi All,

I am new to linux and Programming.
Inside the file stdio.h, there is a description about FILE structure. Which has many internal data members like _p, _r, _flags etc.

I have written a...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy