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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4117 - 4146 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4117
how do i add a space to the end of a string? this function takes the users first, middle, and last name. then it puts them all together in the string result....
Krystina Tanjoco
watshamacalit
Offline Send Email
Jan 1, 2003
5:45 pm
4118
how do i add a space to the end of a string? this function takes the users first, middle, and last name. then it puts them all together in the string result....
Krystina Tanjoco
watshamacalit
Offline Send Email
Jan 1, 2003
5:46 pm
4119
maybe you should something like #include <stdio.h> sprintf(result, "%s %s %s", first, middle, last) ; Dinesh...
Dinesh V. R.
dineshvr@...
Send Email
Jan 1, 2003
7:25 pm
4120
... telling us what the compiler reports would help...
Baz <cumbyu@...>
HotForce
Offline Send Email
Jan 2, 2003
7:05 am
4121
Hi, Conceptually, it would be something like this: result[i++] = ' '; In practice, make sure 'result' is large enough to hold 'first', 'middle', 'last', two...
Shyan Lam
sflam108
Offline Send Email
Jan 2, 2003
3:11 pm
4122
This is a good solution and I have thought of this too. However, because the problem looks like a class/homework assignment, I am afraid that the instructor...
Shyan Lam
sflam108
Offline Send Email
Jan 2, 2003
4:11 pm
4123
Have you ever thought that Instructors might want you to find the easiest way to write it and they only give you the hard one? gotta think outside the box ......
Jeremy Tuck
X_Player_99
Offline Send Email
Jan 2, 2003
5:15 pm
4124
Unfortunately, from what I see so far on this and other groups, instructors normally want the students to do the hard way. Some question posted clearly states...
Shyan Lam
sflam108
Offline Send Email
Jan 2, 2003
7:30 pm
4125
The code is fine, except that the string was not properly terminated!, I did just that here /*code start*/ void concat3(char result[], char first[], char...
Dinesh V. R.
dineshvr@...
Send Email
Jan 2, 2003
8:01 pm
4126
Bummer! Should have checked first! Sorry. Shyan ... terminated!, I ... {...
Shyan Lam
sflam108
Offline Send Email
Jan 2, 2003
8:36 pm
4127
#include<iostream.h> #include<conio.h> struct node { int key; struct node *next; }; int n, m; struct node *head, *z; initialize() { clrscr(); ...
john_voltaire <john_v...
john_voltaire
Online Now Send Email
Jan 7, 2003
1:16 am
4128
Hi, I am trying to link two programs to create an executable. I have a function called diff_scheduler saved as diff_scheduler.c which I am calling from the...
vidya_srinivasan <vid...
vidya_sriniv...
Offline Send Email
Jan 7, 2003
3:34 am
4129
Hello all. I am trying to create a notepad-like program. My problem is w/ the file output. My complier doesnt detect any errors, but when I run the program,...
Riany f Klrac <z_busi...
gimpyclaus
Offline Send Email
Jan 8, 2003
12:32 am
4130
... strcat( string, " " );...
Frank <72411.650@...>
oldcootfromva
Offline Send Email
Jan 8, 2003
7:27 am
4131
What the linker says was correct. Examine your code carefully. You have never written an definition for the function "diff_scheduler (..) "declared in...
sridharinfinity <srid...
sridharinfinity
Offline Send Email
Jan 8, 2003
10:41 am
4132
hi friends My name Anitha.I am doing my Second year BE,CSE .In my college they asked me to do Mini Project in c++ .The time frame they had give is too short. ...
anitha_cute2003 <anit...
anitha_cute2003
Offline Send Email
Jan 8, 2003
3:22 pm
4133
From: anitha_cute2003 <anitha_cute2003@...> ... Hi - I can't be bothered doing my job today, could someone do it for me please while I get paid for all...
Paul Herring
Shabble
Offline Send Email
Jan 8, 2003
4:00 pm
4134
Hi Sridhar, That was a typo error. In the actual function I declared Q3 as a pointer. The mistake was in my Makefile. I had given the -o flag instead of the -c...
vidya srinivasan
vidya_sriniv...
Offline Send Email
Jan 8, 2003
6:24 pm
4135
Hi everyone!, I'm new with this C++ thing, but I need to finish this one C++ project for my teacher. It's a very short project involving 3 classes, the use of...
filemanager <filemana...
filemanager83
Offline Send Email
Jan 8, 2003
8:55 pm
4136
hi,i fed up to my project wit the c programing.even i try to find the programing but all failure.so,i really need all of u do me a favor. now,i follow up a...
dannypon79 <dannypon7...
dannypon79
Offline Send Email
Jan 9, 2003
7:21 am
4137
hi,i fed up to my project wit the c programing.even i try to find the programing but all failure.so,i really need all of u do me a favor. now,i follow up a...
dannypon79 <dannypon7...
dannypon79
Offline Send Email
Jan 9, 2003
7:25 am
4138
LOL. A very apt reply. There is a wicked twist in this thread: You and I get paid for what we do (hopefully). She has to pay for what she does (hopefully). ...
iwar_visser@...
iwarv
Offline Send Email
Jan 9, 2003
9:02 am
4139
I liked to do any project in C/C++ involving games, applications or anything. It can be AI. Please give me your responses. Also I liked to know the tools...
Sridhar <sridharinfin...
sridharinfinity
Offline Send Email
Jan 10, 2003
9:31 am
4140
Hi everyone, I am developing an application in C. A part of the program requires a text file to be accessed and the contents of the file to be written to SQL...
vin Kahoun
kahounvin
Offline Send Email
Jan 10, 2003
7:46 pm
4141
See my site http://www.dvrsol.com/programming.html#mymingw for a sample program that connects to MySQL from C in Windows Dinesh...
Dinesh V. R.
dineshvr@...
Send Email
Jan 10, 2003
9:44 pm
4142
I also get tired of working for anything. I want Shabble to do my work as I reap all the rewards of his efforts....
Anthony <evilaggressi...
evilaggression
Offline Send Email
Jan 10, 2003
10:38 pm
4143
hey..I've checked the site.. I like the graphics you've used for the c++ test and others..do you have some documents/links/library/component on how to give a...
M0L0Ch
bl4ckt3ar5
Offline Send Email
Jan 10, 2003
10:40 pm
4144
I want to write a program that can let me get the data from internet MY program should able to the following of this: Name: Address: Phone Nbr: City: email...
Jeremy Tuck
X_Player_99
Offline Send Email
Jan 10, 2003
10:42 pm
4145
i've been working on this project for the past few days and i cant seem to get it to work... the function find_word is supposed to determine if one character...
Krystina Tanjoco
watshamacalit
Offline Send Email
Jan 11, 2003
2:14 am
4146
no components. Just plain C (with a little help from GIMP for the images)...
Dinesh V. R.
dineshvr@...
Send Email
Jan 11, 2003
6:42 am
Messages 4117 - 4146 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