Hi Everyone If you are staying in india then you must signup in this site. They pay u Rs. 500.00 just for signing up. U just have to complete some surveys and...
... Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. ==> Study...
hi gaurav, well thanx 4 help but this prog. doent have the"includes.h" file tht it calls.i'v ealready checked it. thanx anyway, ankit. ... Do you Yahoo!? ...
Hi, just one note to add by the old know-it-all. Sorry if I bother anyone with this stuff, but if we are serious about good programming practice we have to...
hi nico, well actually i dont get u.plz tell me wht these GNU and MP libraries are all about? Nico Heinze <grollnar@...> wrote: Hi, just one note to add by...
All, I've tried to compile my source in sun and found no problem. Perhaps there may be a little incompatibility between cross compiler. But as a programmer,...
Hi! Our professor gave us an assignment. And I'm having some problems. If anyone could give me some advice(not doing the whole work for me) as to what might be...
Reply embedded... ... getche() and conio.h are not standard function and header respectively. You're sure that your teacher wants you to use them? ... Aren't...
Hi, Use a character pointer instead of this Char *name; On Tue, 2 Nov 2004 08:58:01 +0100 (CET), Jessica Fan ... -- In the Land of the Blind, the One-Eyed Jack...
Hi Ankit, the point is: the MP library _is_ a standard Unix library. It exists on every POSIX compliant system (if you haven't heard about this: POSIX is an ...
Some ideas: - Use symbolic constant (C) or const integral (C++) for the array size: #define MAX_NAME_LENGTH 40 char name[MAX_NAME_LENGTH]; const int...
/* This code is not as efficient as it could be, but is done without user functions in order to be as simple to read as possible. I have aligned the curly...
hello everyone....can anyone tell how to chek in a directory whether there is any file inside or not..actually m writing a program which will constantly...
Hi Amardeep, use the standard POSIX functions opendir(), readdir(), and closedir() in a loop; if readdir() yields any other file name than "." and "..", then...
Please send suggestions: trying to program a velleman k8000 interface card in C. Using old laptop with DOS 6.22 os and have turbo c and c++ (don't know...
Hi Bud, I think you have an unsolvable problem here. To me this looks as if the typical C++ nightmare named Name Mangling has got you. The point is that C++...
hi I am a new memeber and I need some help . I want to design a B+ tree on the files . these files are to be inserted and then index created on them . I am...
Hi Members, Please find below the current and urgent requirements with us for our Bangalore clients, if you are interestedf to apply, please forward your...
hie friends... i have been wirting the source code for this string ,array and two dimensional array and couldn't get the codes in correct...can u mail me the...
hie friends... i have been wirting the source code for this string ,array and two dimensional array and couldn't get the codes in correct...can u mail me the...
Show what you have done, one problem at a time. Explain what problem did you have, compiler error, runtime error, unexpected results, etc. IMHO, you learn...
<b>Apple 40gb iPOD Photo Color MP3 Player for FREE</b> All you need to do is join a site, take one of their many offers. Such as online DVD Renting, Or try New...
hello everyone i am a fourth year engineering student. can anyone of u tell me a website which teaches the basics for writing a driver program in c/c++. its...
I think it refers to string literal in code. For example: "Hello". String literal is not modifiable, period. There is nothing good or bad about them. It all...
hi(please help me as soon as possible, i have to submit it on tuesday, its not a very big problem) please run this code 3 times , and insert the record...
I was able to get a little success in compiling and running the program to the k8000. If I add my example code to the end of I2C.c all works well. But I'd...
Perhaps you are the victim of a potential problem in mixing reads and writes. The problem has to do with the fact that when you write, your record goes into a...
I compiled your program and ran it two times. I had to initialize your structure at the time it's declared (b = {""},b1={""}) in order to get rid of the...