Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Apr 1, 2004 9:11 am
1479
hello group, here, i am pasting the code for the permutaion generator problem of setu garg.....in this, the input is an array of any length, and it can be...
Dear all, Our client is a US MNC just setting up shop in Bangalore. More information will be given to you if your skills-set match the following two...
hi, How to pack the fields of a structure in Solaris in 'c'. Thanks Ranjith T...
ranjith
ranjith@...
Apr 9, 2004 11:49 am
1482
Hi, One of my client in bangalore is looking for hard-core C++ professionals with Java exposure and having 2-3years of experience and HOLDING A VALID H1B VISA...
Hello friends I am Riyaz, doin my prefinal BE in PSG college of technology,Coimbatore. I have my placements next semester and so i'm in need of some projects...
Hello friends, I am Sharmada doin my final year BE-electrical & electronics engineering.I'm in need of some c/c++ projects.It'd be of great help if i get some...
Hello I'm new at programming and I was just wondering if anybody could help me. I want to learn how to write a program that automatically goes to a website,...
Hello, Please help me, by sending, Code in 'C' language to merge the contents of two binary search trees into one and also what will be the time and storage...
anilambastha@...
Apr 9, 2004 11:57 am
1487
Hello, Please help me, by sending, Code in 'C' language to count the number of internal nodes of a tree. Anil...
anilambastha@...
Apr 9, 2004 11:59 am
1488
Hello, Please help me, by sending, Code in 'C' language to evaluate an expression using a Queue, without using the concept of Stack any where in the program. ...
anilambastha@...
Apr 9, 2004 12:00 pm
1489
hi i am personaly in love with the getch() function and i am sad to find that in linux this is not working can anybody tell me how i can use this function..as...
i have written a routine like this to access a fixed memory in vc++ location but its not working int *p; p=(int *)0x12ff \* memory location chosen*\ ...
If you're using VC++, there is a high chance that you're coding for 32-bit environment. Note that in 32-bit environment, there are no user-accessible bios data...
Hi ive been searching for source code for a simple scoreboard program with no frills to keep track of a heptahlon. Entering results as they come in, current...
getch() is not a standard library function. You have to lookup your compiler's documentation for a similar function, alternate method, or alternate library...
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...
Apr 11, 2004 8:31 am
1498
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...
Apr 11, 2004 8:31 am
1499
... 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...
Apr 11, 2004 8:31 am
1500
Hi, What is fundamental (implementation level) difference between a.out and ELF file format ? Thanks Rizvan...
rizvan
rizvan@...
Apr 14, 2004 10:30 am
1501
output is 4. the end of string '\0' will also be counted. hence it is 3 + 1 = 4. p.senthil...
P.SenthilKumar
senthilkumar@...
Apr 16, 2004 5:31 am
1502
Two problems I see in this code: 1. Failed to supply a function prototype for the standard function. 2. Non-standard declaration of main(). Other than those,...
Hi Bharat, The output is 4... s is a string...size of a string returns the no:of characters in that string plus a null character tht is why its output value...
hi ... literal assignment to a array of characters. not giving the size of array so it will take '2' '5' '5' and it is an string so it will take '\0' at last....
PRAVIN-KUMAR
d0353085@...
Apr 16, 2004 5:31 am
1507
that is because a null character is automatically attached at the end of the array if initialization is done this way without specifying the array size. but i...