i need C code for networkprograms. Sensing port, sending messages to other computers, listening port, client/server programs. in linux/unix platform or windows...
can someone tell me why this while loop keeps looping void car_set1(int& miles, Car& Car1) /* car_set1 does just that it takes miles and it's return type is ...
The loop will only terminate when t_miles <= miles. Are there any statement(s) in the loop body modify either 't_miles' or 'miles' such that the loop will...
No, i just added something that i think will stop it. miles = t_miles + miles ... or ... ues now there is.. i added.. miles = t_miles + miles; that should stop...
As far as I could see, you changes does not change anything: while (t_miles >= miles) { m_1_2_t = = t_miles - miles; ... miles = miles + m_l_2_t; } The second...
what the code is supposed to do is drive the car the number of miles of the trip for example.. if the trip is 500 miles. the car will only drive the amount of...
hi!!!!!!!!! friends, iam resident of bangalore i am in need of job urgently ,if any one know the know the id's of consultants who are arranging the contract...
You still have not answer whether Car::mileage gets reset after refuel or it just keeps incrementing... In the previous post, my code fragment assume 'mileage'...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cprogramming2 group. File :...
cprogramming2@yahoogr...
Apr 3, 2003 6:27 am
4442
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cprogramming2 group. File :...
cprogramming2@yahoogr...
Apr 3, 2003 6:42 am
4443
I am looking to write a C program (using Visual C++ V.6) which will only utilise a command prompt (DOS) screen. I would like to be able to better dictate the...
Please take a look at the brief description: http://asmai.sourceforge.net I will supply a more in-depth requirements spec for those who are seriously...
Hi, I think you can search the web site of steven son. who has written famous book on unix netwrork programming. He has covered tcp/ip , ftp, tftp, pop3 ...
hi all, i want user to enter atmost 6 nos...but there is no restriction on him as to how many nos he should enter.ie. i will ask user to enter at most 6...
Hi, One solution to the problem is - while using scanf() , take the numbers not in the form if "int", rather in "char *" string form .... that ways if the user...
Preeti Khurana
preeti.khurana@...
Apr 7, 2003 7:03 am
4451
... http://server1.msn.co.in/completecoverage/bushvssaddam/ ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File...
I am working on voltage control and room security system using parallel port but while accessing the parallel port i have seen that changing a single bit...
Well its qutie simple to scanf( ) 6 Nos u can scan them either by using array or scanning it one by one all u have to do is to scanf( ) the nos using...
hi i have learnt a little LDST and i think the logic u r using is of AND, while you should use OR logic. may this could solve your problem:) regards rizwan ......
Hi All, Can someone please tell me where I can find a win32 API to get a list of devices attached to my PC/workstation(like CD-Rom, DVD-RAM, Tape, etc..)...
Friends, i m doing a project in C which is software which computes the Discrete Fourier transform of a n point sequence(In DSP to tell you) now the problem i...
Hi all, I am a college student, I need help with my C program. I have already written the code. The problem I am facing is how to modify the program such that...
Hi all, I am a college student, I need help with my C program. I have already written the code. The problem I am facing is how to modify the program such that...
... What you need is a for() loop to test for and keep track of all cases where: 1. Bit zero is reset; 2. Bit zero is set; and 3. The index modulo 5 is...
i think this will help you #include <iostream.h> #include <conio.h> void main(void) { clrscr(); int num, sume=0, sumo=0, sum5=0; cout<<"Enter the Range"<<endl;...
Gaurav, I haven't tried your program (because I can't do FFT), but as far as I have seen there are two problems. 1) At the end of function dft() you have the...