Hi arif, I can help him, send me the code and prb that he has facing. If it is related to lex and bison I vl definately help him. Thanks On Wed, 31 Dec 2003...
Rizvan khan
rizvan@...
Jan 2, 2004 4:13 am
1036
can we print the pointer (constant)? (sorry iam new to c) regards raj gsv prasadrao <gsvprasadrao@...> wrote: Try like this,u will get it.Pointer always...
C / C++ is a source level protable language. not at os level or architecture level. ( i.e sources compiled for Windows can be run on windows with an exeption...
Hi Arif , I have worked on lex and yacc for a couple of projects and can take up this module. So lets get on with the "Command Finalization ". regards ...
Hi Every body, If a function prototype is not specified in a c program and the compiler assumes its prototype by seeing the first place where it is used. If it...
Dear friends! I am facing the problem of not able to call the sigkey() function in the following program. Plz suggest me the solution. I am using Linux RH 7.2 ...
Alex
alexpally@...
Jan 2, 2004 12:45 pm
1041
... so lets decide upon the commands, the first thing what come to my mind is user should not need to remeber new command as far as possible , i mean to say,we...
Syed Arif Ali
arifali_007@...
Jan 2, 2004 3:03 pm
1042
... Rizvan sir, as you have shown interest earlier, you are requested to participate front-End part of our new network shell. keep in touch with ur modulemates...
Syed Arif Ali
arifali_007@...
Jan 2, 2004 3:18 pm
1043
... Signature and definition of sigkey() don't match. Shantanu...
Dear members , our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. for that we need to set some...
Programmers-Town@yaho...
Jan 3, 2004 4:46 am
1045
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jan 3, 2004 4:46 am
1046
Hello friends, Tell me the difference between the obj file & exe file? replay me ... __________________________________ Do you Yahoo!? Find out what made the...
... Sure. int main ( void ) { const int i = 42; const int *pi = &i; /* give pi the address of i */ printf ( "%d\n", (int) i ); /* print the integer */ printf...
hey guys I am new to this group. I have been learning C++ and I would like to know why is there a need to create a specific type of memory(freestore) for...
Hi All ... In short object files are those which are generated by compilers but are yet to undergo the process of LINKING which binds the generated code to the...
... PT.c main() { printf("Hello "); } object file of this will contain the definition of mian but not of printf. it will have only reference or relative...
Syed Arif Ali
arifali_007@...
Jan 4, 2004 9:09 am
1052
Hi, In C if a function is not declared the compiler assumes the prototype to be "int functionName();" and if the function is not defined before main function. ...
Kishor Ahuja
kishor_ahuja@...
Jan 5, 2004 5:12 am
1053
... printf. ... definition ... $> gcc -c PT.c $> ls *.o PT.o ... $> gcc -o PT PT.o # this will also work on Win32 and give you PT.exe $> ls P* PT PT.c PT.o ...
... Thank a lot andrew for correcting my mistake ,don't ve gcc here at this cafe :-( . ... This email was sent using DACafeMail. Get Your FREE 25 MB eMail...
Syed Arif Ali
arifali_007@...
Jan 5, 2004 9:24 am
1055
Thank U very Much...I got the correct reply which cleared all my doubt abt it. Thanks ... __________________________________ Do you Yahoo!? Find out what made...
hey guys I am new to this group. I have been learning C++ and I would like to know why is there a need to create a specific type of memory(freestore) for...
Hai all how can i convert a decimal to hex not using user defined function Jegan Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download...
jegan bhaskaran
jegan_online@...
Jan 6, 2004 1:56 pm
1058
From: balasubramanian harikumar <vrihari@...> Date: Fri, 2 Jan 2004 20:34:00 -0800 (PST) ... object file - a compiled program with the unresolved labels ...
thank you friends for replying to my query my router/gatway is configured properly now this is how its configured . mac-1 : eth0 : 192.168.16.24 mac-2 : eth1 :...
Syed Arif Ali
arifali_007@...
Jan 7, 2004 7:03 am
1060
... /* explanation ---- each byte can be represented as two hex chars...(each hex char is a nibble) so trying to find out a nibble, and then take the ...
Kishor Ahuja
kishor_ahuja@...
Jan 7, 2004 9:10 am
1061
lets decide upon the comman what are the commmands we need lets first do the existing command ping,ifconfig,etc its not compulsory that whoever is in team they...
Syed Arif Ali
arifali_007@...
Jan 7, 2004 9:24 am
1062
hey guys, i got a one more i idea may be its already there we can have a command to capture the packets over the network. i mean to say a command for packet...
Syed Arif Ali
arifali_007@...
Jan 7, 2004 11:15 am
1063
From: "Syed Arif Ali" <arifali_007@...> Date: Wed, 7 Jan 2004 03:11:52 -0800 (PST) ... This will heavily increase the overhead. IMHO Cheers, Joe -- ...
Hi Jegan, I posted one solution in morning, but seems to be it is not reached to the group, so I'm sending it again. int main() { int num=100; char hex[10]; ...