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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2830 - 2859 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2830
//try this version instead i just change endofarray to equal 3 instead of two that should work ... displayarray++)...
miscomp
Offline
Apr 2, 2002
1:52 am
2831
well thnx to all those who tried to help, but i have to ask did any of u actually compile and try it, because if u did u shoulda noticed that, it did solve my...
c_programmer1
Offline Send Email
Apr 2, 2002
4:13 am
2832
Try: time2=(19*60*60L); (Notice L at the end of the line.) Assuming you are in a 16-bit DOS environment, your programme calculates the integer arithmetic in 2...
yuki_y2000
Offline
Apr 2, 2002
9:10 am
2833
hello, how are you my name is edward and i am asking you to help me solve a problem on the subject above. I need help to write a c program to process a list...
edzonejm
Offline Send Email
Apr 2, 2002
6:35 pm
2834
hello, how are you i need help to write a C program to process the names of 15 employees. Their id#,address,phone#,age and gender should be included....
edzonejm
Offline Send Email
Apr 2, 2002
6:41 pm
2835
I would use a structure to contain the information for example: struct people{ string name [15]; int id [15]; string address [15]; int age [15]; string phone...
miscomp
Offline
Apr 2, 2002
10:25 pm
2836
I would use a structure to contain the information for example: struct people{ string name [15]; int id [15]; string address [15]; int age [15]; string phone...
miscomp
Offline
Apr 2, 2002
10:25 pm
2837
I would use a structure to contain the information for example: struct people{ string name [15]; int id [15]; string address [15]; int age [15]; string phone...
miscomp
Offline
Apr 2, 2002
10:30 pm
2838
how do i extract a string from an input and store it into an array...
mrsigma
Offline
Apr 3, 2002
1:42 am
2839
can anyone explain this c code.... float j=5.3; printf("%d",j); i get the output as 0... ridiculous...i expected 5 .... i cannot decipher how.... bye rajesh ...
Rajesh G
mr_enigmatic...
Offline Send Email
Apr 3, 2002
9:13 am
2840
Plz help me to write a C programm in which user enter his password and on monitor he can watch the stracks(*). ...
masood ahmad
masood_emu
Offline Send Email
Apr 3, 2002
11:42 pm
2841
i think u people got me wrong.. what i asked was, if u typecast a float to an integer , the floating point gets truncated eg float j=5.3 int i=j ==> i=5 now...
Rajesh G
mr_enigmatic...
Offline Send Email
Apr 4, 2002
4:22 am
2842
all you have to do is to take input from the keyboard one at a time .. and print an "*" in the screen ... u can use getchar() to get the input ... there...
Adam Hanson
adam1z2
Offline Send Email
Apr 4, 2002
4:28 am
2843
Hi ... Yes, that's true. But in your call of printf there is no cast ! Just look at the printf declaration: int printf(const char* format, ...); How the...
Ionut Filip
ionut_filip
Offline Send Email
Apr 4, 2002
8:31 am
2844
i am required to write a help program can anyone help me __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing...
OGECHI NWOSU
ogelove
Offline Send Email
Apr 4, 2002
5:31 pm
2845
Hi, I'm in need of programmers, who's interested? It won't take more than half a day (maybe even hours), but I'm willing to pay $300+ for it. Roughly, the...
gabroo4now
Offline Send Email
Apr 5, 2002
10:21 am
2846
Hi, I am having problems to pass a 2-D array to a function. The dimension of my array should be provided by the user...How do I do the prototype and definition...
Ricardo da Fonseca
r_da_fonseca
Offline Send Email
Apr 5, 2002
11:13 pm
2847
Hi, I need to test whether any of the input from the user is enclosed in "quotation marks" (programming in c). I have no idea how to test for this. can anyone...
chickeel
Offline
Apr 6, 2002
12:56 pm
2848
// This is a basic example #include <stdio.h> #include <iostream.h> #define MAXNAME 10 //The maximum length for the person name #define MAX 20 //The maximum...
miscomp
Offline
Apr 6, 2002
9:21 pm
2849
... try this and see if it works char n; char array[5]; for(int i=0; i<5; i++) { printf("Enter in a word\n"); gets(n); array[n]; }...
miscomp
Offline
Apr 6, 2002
9:46 pm
2850
#include <stdio.h> #include <strings.h> #include <stdlib.h> char n; char array[5]; int i; main() { for(i=0; i<5; i++) { printf("Enter in a word\n"); ...
mrsigma
Offline
Apr 7, 2002
3:04 am
2851
(is anyone there?) I have a crazy bug in one of my programs and I just can't seem to find it reply to this if you wish to help (it involves a linked list ...
cincship
Offline Send Email
Apr 7, 2002
5:50 am
2852
you know what... FORGET IT! No one did anything wrong, but I'm over this. Thanks anyway... BYE!...
cincship
Offline Send Email
Apr 7, 2002
5:54 am
2853
ok I may be wrong, but.. to get a string from user input wouldn't it be easier to just - int n = 5; char array[n]; cin.getline(array,n); I think that should...
Rocco Cammisola
bad_coder
Offline Send Email
Apr 7, 2002
2:49 pm
2854
Hi every one! I also urgently need a design of a class for performing quick sort and the quick sort program in C++ using classes. Thanks....
ghesu_2000
Offline Send Email
Apr 7, 2002
5:15 pm
2855
Hi every one! I also urgently need a design of a class for performing quick sort and the quick sort program in C++ using classes. Thanks....
ghesu_2000
Offline Send Email
Apr 7, 2002
5:16 pm
2856
Hi everyone! I'm in urgent need of a C++ program for multiplication of two sparce matrices Thanks to all those who are interested in helping....
ghesu_2000
Offline Send Email
Apr 7, 2002
5:16 pm
2857
Hi everyone! I'm in urgent need of a C++ program for multiplication of two sparce matrices Thanks to all those who are interested in helping....
ghesu_2000
Offline Send Email
Apr 7, 2002
5:16 pm
2858
Hi All, I have a little problem that i am not able to find solution to. i am not very comfortable with programming in C, I am basically a database guy and...
Atul Agrawal
atul_ce
Offline Send Email
Apr 7, 2002
7:02 pm
2859
... be ... The above is valid; however, it requires that the programmer re- compile for each change the user makes. I believe the person who asked for help...
ceedeep99
Offline
Apr 7, 2002
11:04 pm
Messages 2830 - 2859 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