Since 5/6/2012 8:25:14 PM, postrishi has written 5 articles and participated in 1 conversations. postrishi signature: postrishi
postrishi's articles:
Items(5) /1
ext4 file structure333 (3/25/2008 12:45:14 PM) comp.lang.c Where can i get the disk structure of ext4 file system?? i need it urgently ... Rishi
getopt help required631 (2/18/2008 10:03:26 AM) comp.lang.c suppose i have a program in which there are two arguements 'a' and 'b' the program is such that i will work iff -> either 'a' or 'b' is present as an option to it -> both 'a' and 'b' cant be present sameltaneo... Rishi
GREP2030 (1/23/2008 3:02:03 PM) comp.lang.c i want to frame a grep command which is successful if and only if the line contains ONLY alphabets and spaces no special characters and digits are allowed ... Rishi
Turbo c++ editor328 (1/21/2007 10:46:49 AM) comp.lang.c Hello Everybody , I am a new user. I am currently using Turbo C++ 3.0 editor in my engg.Can you tell me or post me a ebook on turbo c++ and NOT on c or C++.MInd it I want a book on TURBO C++ editor and not on p... postrishi
PLEASE HELP #3 #22747 (12/5/2006 7:24:57 AM) comp.lang.c Hello Folks, I am doing my engineering in computer science. I basically want to work in systems rather than in application. But the main problem with me that i dont have adequate guidance and till now i only... postrishi
postrishi's replies:
Items(1) /1
Pointer question...last for the day? :-)1724 (5/6/2008 2:52:37 AM) comp.lang.c One thing has puzzled me a while ( well, more than one thing!). If I have a function: foo( char *s){ char *t = s; ...... s++; <<--- a few arbitrary times } Now...my question is this. Is "t" independen... mdeh(568)