Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1035 - 1064 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1035
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@...
Send Email
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...
raj kurien
rajkurien
Offline Send Email
Jan 2, 2004
4:13 am
1037
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...
Prem Mallappa
pmallappa
Offline Send Email
Jan 2, 2004
7:05 am
1038
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 ...
Vivek H. V
vivek_hv
Offline Send Email
Jan 2, 2004
7:05 am
1039
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...
greatraja sekar
greatraja_sekar
Offline Send Email
Jan 2, 2004
12:45 pm
1040
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@...
Send Email
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@...
Send Email
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@...
Send Email
Jan 2, 2004
3:18 pm
1043
... Signature and definition of sigkey() don't match. Shantanu...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Jan 2, 2004
6:43 pm
1044
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...
Send Email
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...
Send Email
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...
balasubramanian harik...
vrihari
Offline Send Email
Jan 3, 2004
3:18 pm
1047
... All functions that are not prototyped have the default type int func ( void )....
cpp_asm_programmer
cpp_asm_prog...
Online Now
Jan 3, 2004
3:18 pm
1048
... 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...
cpp_asm_programmer
cpp_asm_prog...
Online Now
Jan 3, 2004
3:18 pm
1049
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...
dhruvmath
Offline Send Email
Jan 4, 2004
6:20 am
1050
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...
Navin
navinseshadri
Offline Send Email
Jan 4, 2004
6:20 am
1051
... 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@...
Send Email
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@...
Send Email
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 ...
cpp_asm_programmer
cpp_asm_prog...
Online Now
Jan 5, 2004
6:00 am
1054
... 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@...
Send Email
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...
greatraja sekar
greatraja_sekar
Offline Send Email
Jan 5, 2004
1:56 pm
1056
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...
Dhruv Mathur
dhruvmath
Offline Send Email
Jan 6, 2004
4:34 am
1057
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@...
Send Email
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 ...
Joe Steeve
joe_steeve_1981
Offline Send Email
Jan 6, 2004
2:06 pm
1059
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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 -- ...
Joe Steeve
joe_steeve_1981
Offline Send Email
Jan 7, 2004
12:22 pm
1064
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]; ...
Amarnath Koundinya K
koundinya79
Offline Send Email
Jan 7, 2004
2:37 pm
Messages 1035 - 1064 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help