Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4432 - 4461 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4432
i need C code for networkprograms. Sensing port, sending messages to other computers, listening port, client/server programs. in linux/unix platform or windows...
GV Syam
gv_syam
Offline Send Email
Apr 1, 2003
10:44 am
4433
Look at the source codes of the networking programs delivered with any Linux distribution. Regards, Nico ... to...
Nico Heinze
nico_heinze
Offline Send Email
Apr 1, 2003
1:21 pm
4434
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 ...
broke_as_ajoke
Offline
Apr 1, 2003
8:54 pm
4435
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...
Shyan Lam
sflam108
Offline Send Email
Apr 1, 2003
9:02 pm
4436
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...
broke_as_ajoke
Offline
Apr 1, 2003
10:43 pm
4437
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...
Shyan Lam
sflam108
Offline Send Email
Apr 1, 2003
11:44 pm
4438
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...
broke_as_ajoke
Offline
Apr 2, 2003
12:37 am
4439
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...
bhargavi1999
Offline Send Email
Apr 2, 2003
10:53 am
4440
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'...
Shyan Lam
sflam108
Offline Send Email
Apr 2, 2003
3:46 pm
4441
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...
Send Email
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...
Send Email
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...
Jon Hubbard
jonhubbard2003
Offline Send Email
Apr 3, 2003
7:15 pm
4444
Hi all : do any one know the source code in c Or c++ for huffman code? bye...
badboycalledmiro
badboycalled...
Offline Send Email
Apr 4, 2003
12:24 pm
4445
From: badboycalledmiro [mailto:badboycalledmiro@...] ... Google for 'c huffman code' - 3rd match. -- PJH MUNTS - noun. A calendar division. Usage: "My...
Paul Herring
Shabble
Offline Send Email
Apr 4, 2003
1:45 pm
4446
http://www.softadapter.com/...
v_zu
Offline Send Email
Apr 4, 2003
1:46 pm
4447
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...
Christian Avery Bryant
ianaverybryant
Offline Send Email
Apr 4, 2003
10:04 pm
4448
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 ...
somasekhar
sekharss
Offline Send Email
Apr 5, 2003
5:37 am
4449
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...
trunal bhanse
trunal_bhanse
Offline Send Email
Apr 5, 2003
12:08 pm
4450
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@...
Send Email
Apr 7, 2003
7:03 am
4451
... http://server1.msn.co.in/completecoverage/bushvssaddam/ ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File...
yedavalli raghavarao
yedavallisoft
Offline Send Email
Apr 7, 2003
7:31 am
4452
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...
coolcomsian
Offline Send Email
Apr 7, 2003
8:20 am
4453
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...
Asad Mehmood
coolcomsian
Offline Send Email
Apr 7, 2003
8:31 am
4454
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 ......
Rizwan Yahya
rypk
Offline Send Email
Apr 8, 2003
4:49 am
4455
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..)...
suhasv1
Offline Send Email
Apr 8, 2003
1:49 pm
4456
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...
gaurav_is_cool
Offline Send Email
Apr 8, 2003
3:09 pm
4457
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...
John
balioldboy
Offline Send Email
Apr 8, 2003
4:53 pm
4458
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...
John
balioldboy
Offline Send Email
Apr 8, 2003
4:53 pm
4459
... 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...
oldcootfromVA
Offline
Apr 8, 2003
7:50 pm
4460
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;...
Asad Mehmood
coolcomsian
Offline Send Email
Apr 9, 2003
7:45 am
4461
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...
Nico Heinze
nico_heinze
Offline Send Email
Apr 9, 2003
5:11 pm
Messages 4432 - 4461 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help