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",...
... http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetNaive -- PJH Into motorcycles? Need parts? Try www.gissit.com to contact lots of motorcycle...
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. ...
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...
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...
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...
... 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...
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...
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"...
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>...
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....
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...
... 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...
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...
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@...
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...
... 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...
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...
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...
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...
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 ...
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...
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...
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...
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...