You can fetch an image from any whare in your own website through IMG tag.It is non empty tag Sysntax:<IMG=image source path></IMG> ok buddy [Non-text...
Hi all, Help me to write this C program.. Example: SACHIN S=19 A=1 C=3 H=8 I=9 N=14 Total=54 Likewise , if we type anyname each letter should assign to a...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Feb 1, 2009 4:28 pm
12398
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Feb 1, 2009 4:28 pm
12399
great. if you want me to do it for you, I charge. doing people's homework isn't free, after all. ... From: Palani Indiresan To:...
Tyler Littlefield
tyler@...
Feb 1, 2009 4:35 pm
12400
Hi Palani, It's a very simple program !!!! All the values are stored in binary format ... I think you know about ASCII value. Please refer the "The C...
Hello All, Are you interested in learning fundamentals of Linux System/Kernel Programming from Industry Experts? Do you want to know where to start with...
... as mentioned above. And the addition of all integers should be displayed finally.. ... http://messenger.yahoo.com/invite/ ... Palani, I don't quite follow...
... hey it's easy.... you just have to make use of the ascii values. If you want to assign the numbers according to your example, then here's how you do it: ...
[mod - Have you considered the concept of doing your homework yourself, and posting the bits that don't work, rather than expecting some random group you've...
Hi.., Pls find the code. take care of small letters. main() { char name[10]="SACHIN"; int i,total=0; for(i=0;i<strlen(name);i++) total+=(name[i]-64); ...
prime number program #include<stdio.h> #include<conio.h> void main() { Â int i,j,tem,n; Â clrscr(); printf("enter the number"); scanf("%d",&n); Â tem=0; Â ...
... Thanks priyanka, you did his homework for him. That was extremely kind of you. Perhaps you will be able to help him on his job. Who knows. From the...
Hi All, I have recently released new version of PMW (Process Manager for Windows) v1.6 Visit: http://tiny.cc/lfOeL This time I have included following new...
Hi All, I have recently released new version of PMW (Process Manager for Windows) v1.6 Visit: http://tiny.cc/lfOeL This time I have included following new...
you could at least make some attempt to spell your assignment correctly. ... From: Nermin Mohamed To: Programmers-Town@yahoogroups.com Sent: Thursday, February...
Tyler Littlefield
tyler@...
Feb 6, 2009 10:21 am
12412
... Not dissimilar to MS's Visual C then: <http://www.microsoft.com/express/vc/Default.aspx> -- PJH http://shabbleland.myminicity.com...
... And obviously, MS's Visual C is a better choice. Notwithstanding the costs associated thereto, One could also consider Pelles C and lcc-Win32 as...
your program is working.if i enter 9 then also it work.plz check or c++ software. Â ________________________________ From: Robert Ryan <bobzcplpl@...> ...
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Feb 8, 2009 3:20 pm
12420
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...
Feb 8, 2009 3:20 pm
12421
File : Annoucement.doc Description : Plan for Programmers-town.edu...
HELP NEEDED: I am creating a Trivia Game and I am using the system("clear") command but it doesn't seem to be functioning properly. I'm receiving the error,...