Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jun 1, 2004 10:21 am
1807
use fgets which is safer coz it requires size of the ip buffer also!! ... From: Dorai Ashok [mailto:doraiashok1@...] Sent: Friday, May 28, 2004 3:50 PM...
Bhojani, Komel (IE03x)
Komel.Bhojani@...
Jun 2, 2004 3:19 pm
1808
Hi all i have a question on micro. can i define 'comment' as micro?? if no then why?? #define comment "//" int main() { int a; printf(comment); } the output...
PRAVIN-KUMAR
d0353085@...
Jun 2, 2004 3:20 pm
1809
If you do step by step debugging you will see the program control passing from function a() to function b(). Enjoy Nasir ... function ... information...
I know sir, gets() is unsafe. and not recomended. but gets() gives warning in only gcc and cc as i know. if u r using turbo-c or any other it doesn't. can u...
PRAVIN-KUMAR
d0353085@...
Jun 2, 2004 3:21 pm
1811
int i=4;j=21; i>=2?(j=5):(j=10); printf("%d",j); } now the ans is 10 main() { int i=4;j=21; i>=2?(j=5):j=10; printf("%d",j); } now it shows the error l value...
... In turbo-c or other compilers, you don't get the warning but the working of gets() is the same. Just try the program below, you will understand clearly the...
explain abt these what is called as prototype? tell me! what is translation unit? what is type of linkages? global & fns can have several declaration but have...
explain abt these what is called as prototype? tell me! what is translation unit? what is type of linkages? global & fns can have several declaration but have...
Hi Friends, This is Mangesh from ZenSOFT Pvt Ltd, Pune. We, Intellectual Resource Centre (IRC), is a division of ZenSOFT Pvt. Ltd., provide the right match for...
hai, I am new to this group. I need a help. I am having a system with windows 2000 server loaded in it. I have installed oracle 8i in it. Now i want to work...
Hi Everybody, I heard that call back functions are used to read messages asynchronously from the queue. Can Anyone explain me this with an example ? Thanks In...
Hi Everybody, I found that callback function can be used in cases where we need to get information that an event has happenned asynchrounously. Can any one...
hi guys recently one of my friends told me that char *p="hello"; char q[]="how are you"; char *p is stored in the data segment becoz char * is actually...
Hi Pravin, I guess comment does not work this way becuase MACROS and comments are processed by C preprocessor and I guess this is done in such a way that all...
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Jun 6, 2004 10:21 am
1823
... PLZ DO FORWARD THIS MAIL TO ALL YOUR FRIENDS, GROUPS AND EVERY EMPLOYEE OF YOUR COMPANY (to Support C/C++ ),IT WONT TAKE YOUR MUCH TIME. THANKING YOU IN...
Programmers-Town@yaho...
Jun 6, 2004 10:21 am
1824
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Here We are REQUESTING you to...
Programmers-Town@yaho...
Jun 6, 2004 10:21 am
1825
Basically an async call could be some thing like the below a(){ b(); .. continue processing instantaneously } b(){//Making the async call and returning...
Since '?:' has more prioriry than '=', the problem comes for the second exprn. main() { int i=4;j=21; i>=2?j=5:(j=10); ... 1. check i>=27 true then evaluate...
ranjith
ranjith@...
Jun 8, 2004 9:23 am
1827
Check out the operator precedence and you will know how the compiler interprets it. The actual code should be (i>=2) ? (j=5) : (j=10); Sarvex Jatasra Software...
Reply embedded... ... Macro simply does textual substitution. Whether it can be done or not depends on the results after substitution make sense to the...
dear group members , i didn't get m,ail for two days . is thre is any discussion going on love...
steephengeorge
steephengeorge@...
Jun 8, 2004 9:23 am
1833
The warning is optional. When turbo C was popular, there isn't a wide spread of buffer overrun vulnerability issues like today, however, it doesn't meant...
A large Dubai based company seeks C & C++ System Programmer : Candidate must has 2-3 years programming experience on Banking POS terminals (credit card...
hi friends, I am having one doubt in structure pointer.in particular I am not clear about the offset concept which is used to find the address of a member...