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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 10955 - 10984 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10955
we are students trying to build a program to run a medical scheme 1.we are having a problem with the module to enter records into the system...
jezmbujames
Offline Send Email
Aug 1, 2006
9:36 am
10956
Write an efficient C/java function that return the number of bits set in an unsigned integer. ... From: Shyan Lam <sflam@...> To:...
sambit patra
sambit_sai
Offline Send Email
Aug 1, 2006
9:44 am
10957
well, fine. for the beginners (i am a c beginner), it is helpful to use this: if(!((fp = fopen("filename.dat", "r"))==0)) ... or: fp = fopen("filename.dat",...
alex
nikemoto2511
Offline Send Email
Aug 1, 2006
9:44 am
10958
... http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetNaive -- PJH Into motorcycles? Need parts? Try www.gissit.com to contact lots of motorcycle...
Paul Herring
shabble
Offline Send Email
Aug 1, 2006
9:52 am
10959
Opinion embedded... ... I think (x != y) is clearer and more straight forward than !(x == y). A clearer form would also help the compiler to optimize better. ...
Shyan Lam
sflam108
Offline Send Email
Aug 1, 2006
12:46 pm
10960
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...
Send Email
Aug 1, 2006
3:50 pm
10961
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
Aug 1, 2006
3:50 pm
10962
Hi Programmers, I need an quick info regarding the byte order of the Mac Address, I am facing a problem with the Byte order of the Mac Address. my Ethernet LAN...
Parikshith C
cparikshith
Offline Send Email
Aug 2, 2006
8:12 am
10963
it is here: http://www.geocities.com/nikemoto2511 or try my 68k group (announced previously) for thie file....
alex
nikemoto2511
Offline Send Email
Aug 2, 2006
8:12 am
10964
... What's the name of the function call? Have you got a code snippet where you use it? so i had to reverse it using a function(i wrote) which is not...
Paul Herring
shabble
Offline Send Email
Aug 2, 2006
8:27 am
10965
hi dude , man ihave some problem related to AVI file making from series of .bmps using .NET.please help me to solve this problem if you can please i m waiting...
J!tu
nayi_jitendra
Offline Send Email
Aug 3, 2006
7:10 am
10966
I am new to C++ but do have "C" experience mostly with Unix. In Windows I am trying to figure out how to control the drop-down list box to default to "Details"...
dlhirsch
Offline
Aug 3, 2006
7:10 am
10967
Hi All, I am tring to debug the following program.I written this program in HP-Unix and I am using the GDB as a debugger. #include <stdio.h> #include<unistd.h>...
sunil_vvn
Offline Send Email
Aug 3, 2006
7:11 am
10968
Though both C/C++ are weakly typed still , it is said that C++ is more strongly typed than C . Can any body please explain with explain with example....
ashish srivastava
ashish_sriva...
Offline Send Email
Aug 3, 2006
7:11 am
10969
Hello , Every body . Hope you all enjoing the beauty of life. ... /* hello.c */ int main() { printf("Hello World"); return(0); } ... The program run with out...
Surajit Das
surajitb94
Offline Send Email
Aug 3, 2006
7:11 am
10970
... You're using compiler specific behaviour where it 'knows' where certain functions are, and also using a depricated feature. This will not compile on my...
Paul Herring
shabble
Offline Send Email
Aug 3, 2006
8:40 am
10971
Hi Surjith, While compiling the program the gcc links the binary of printf from the file libc.so.0. We dont want to give any linker option this file is...
santhosh kumar
santhoshkk4u
Offline Send Email
Aug 3, 2006
11:47 am
10972
See this paragraph from c-faqs comp.lang.c FAQ list · Question 7.26 *Q:* How does free know how many bytes to free? ... *A:* The malloc/free implementation...
Chandru
chandru.chk@...
Send Email
Aug 3, 2006
12:01 pm
10973
... Why are you repeating your question<http://groups.yahoo.com/group/c-prog/message/57326>on a different group when you got a perfectly sensible answer...
Paul Herring
shabble
Offline Send Email
Aug 3, 2006
1:06 pm
10974
... Ah - just realised why - this message appears to have been stuck in PT's moderation queue for over a week. I'll change my complaint... Stop cross-posting...
Paul Herring
shabble
Offline Send Email
Aug 3, 2006
1:09 pm
10975
i will open a website at september. i will share my c programs. i need a big database for source codes and project files. if you send yours i will add in...
Rudman Taiy
farkow
Offline Send Email
Aug 4, 2006
4:40 am
10976
I feel glad to tell each one of you that I have started a new blog on SNMP and network monitoring. So if you are interested in it, do visit it regularly for...
Deepesh Goud
deepesh_indore
Offline Send Email
Aug 7, 2006
10:23 am
10977
Hi, I am writing a program which gives an output charachter "*****"(U can call it a name).So what i want is i want the out put printing the same set of...
ansel_911
Offline
Aug 7, 2006
10:23 am
10978
Hi friends, There are few openings in Drishti Soft Solutions, Gurgaon..... the details are given below. if anyone interested can send resume to me at ...
khemchand_glaec
Offline Send Email
Aug 7, 2006
10:23 am
10979
... Endian - Conversion !!...
Knowledge Seeker
knowledgeseeker78@...
Send Email
Aug 7, 2006
10:23 am
10980
Task : Write an efficient C/java function that return the number of bits set in an unsigned integer. hi all, I would like to share some information about the...
sambit patra
sambit_sai
Offline Send Email
Aug 7, 2006
10:24 am
10981
dear all, can u all try simple program to convert from any decimal number to any other base numbers. try and send ur answers... regards, shiva ... Groups are...
siva vel
siva_2k080
Offline Send Email
Aug 7, 2006
10:24 am
10982
... Try to add #include "stdio.h" Because it do not give warning on me when i write this _____________ PROBLEM ... segme;...
Rudman Taiy
farkow
Offline Send Email
Aug 7, 2006
10:24 am
10983
Hi all, thanks for your replies and discussion in the queries...its really useful for me... Is there any open soruce C compiler is available...? i went through...
EZHILARASI
k_ezhilarasi
Offline Send Email
Aug 7, 2006
10:26 am
10984
On 8/5/06, siva vel <siva_2k080@...> wrote: can u all try simple program to convert from any decimal number to any ... The whole point of assignments and...
Paul Herring
shabble
Offline Send Email
Aug 7, 2006
10:31 am
Messages 10955 - 10984 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