Search Results

Search: Posts Made By: gandhevinod
Forum: Programming 07-27-2005
9,580
Posted By gandhevinod
unbuffered streams.
#include "../ourhdr.h"

int main(void)
{
int c;
char *buf;
setvbuf(stdin,buf,_IONBF,10);
setvbuf(stdout,buf,_IONBF,10);
while((c=getc(stdin)) != EOF)
...
Forum: Programming 07-26-2005
2,737
Posted By gandhevinod
C snipet on char Pointers
I have small Dout. please respond.


char *p;

p=" I am a Very good boy";


Is this valid or not?

If not valid why is it so?

It is not giving any compilation error.

Thanks

Vinod
Forum: Filesystems, Disks and Memory 02-25-2005
6,235
Posted By gandhevinod
Searching for a pattern in a Directory
How to search a given pattern in the files which are present in my current working directory and its subdirectories recursively
54,092
Posted By gandhevinod
Make file in Unix
How to make files in Unix
Forum: Filesystems, Disks and Memory 02-17-2005
3,821
Posted By gandhevinod
I am using Red hat linux 8 Thanx
I am using Red hat linux 8

Thanx
Forum: Filesystems, Disks and Memory 02-16-2005
3,821
Posted By gandhevinod
Preblem with readdir system call
I am trying to read the directory contents throgh the readdir system call.
After getting the directory entry I am testing the type of it by using the folllowing macros S_ISDIR() S_ISREG() etc. But...
11,893
Posted By gandhevinod
Make a Hidden File
How to make a file Hidden whose name does not starts with . (dot)

(sorry i am beginner)
Forum: Filesystems, Disks and Memory 02-15-2005
32,194
Posted By gandhevinod
How to make a file Hidden
Please tell me how to make a file hidden whose name is not starting with (.) dot ( Sorry I am Biginer)
Showing results 1 to 8 of 8

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