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 5491 - 5567 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5491
hi friends i think it is a good idea,starting such a quiz may inhance our knowledge of the subject.I really appreciate the idea.and soon i will be back with...
parshant garg
garg_parshant
Offline Send Email
Feb 1, 2004
12:18 pm
5492
Hi group...I am newbie to c++ programming.. can any one tell me how to create a simple library file in cpp.. actually I am using a bloodshed-devc++ compiler...
mpoornakumar1
Offline Send Email
Feb 1, 2004
6:23 pm
5493
i don't that environment(i'm using turbo c++) understand it mpoornakumar1 <mpoornakumar1@...> wrote: Hi group...I am newbie to c++ programming.. can any...
naga sekhar
bnsekhar2
Offline Send Email
Feb 2, 2004
4:17 am
5496
hello, we have created many functions that are often used in genome analysis.we want to make a open library out of it. plz guide us how to go about we used...
com bio
combiofriends
Offline Send Email
Feb 6, 2004
12:16 pm
5502
h fres i am thirumalaisamy T studying 2nd BE computer science & eng. i need the code with explanation that how to access pixels in a picture from C thiru ...
thirumalaisamy samy
samy02cs
Offline Send Email
Feb 8, 2004
9:20 am
5518
Hey, I'm working on a CD organizer program and a part of it is sorting by the different criteria (artist, title, genre, etc) All of the data is stored in...
&rew Kotliar
andrewk17
Offline Send Email
Feb 11, 2004
12:52 pm
5519
greetings to all.. am a newbie to C++ world and am trying to create a card game in C++ but it seems that I am facing this errors..coudl someone assist me on...
Aishwariya_33
Offline Send Email
Feb 11, 2004
3:49 pm
5520
You need to provide us the code! ... From: Aishwariya_33 [mailto:aishwariya_33@...] Sent: Wednesday, February 11, 2004 10:48 AM To:...
Chuck Ouellette
wncgnet
Offline Send Email
Feb 11, 2004
5:46 pm
5524
h frens, I want to read an excel file through c,can I? help to do that? Plz tell me the site containing these type of codings. wth friendly, kumar ... Yahoo!...
kumaravadivel shanmugam
kumar_mcet
Offline Send Email
Feb 12, 2004
2:14 pm
5528
We are trying to speed up the sending/receiving of SMS by multithreading. In lieu of this we propose to thread the main application itself by having multiple...
Kris
ptammireddy
Offline Send Email
Feb 15, 2004
4:04 pm
5531
Hi all, I find difficulty in solving these questions. could u please solve these and send the REASON for ur choice. Thanks, V.MUTHAZHAGGU 21. #include...
Muthalagu, Vaithiyali...
Vaithiyalingam_Muthal...
Send Email
Feb 16, 2004
6:27 am
5535
What is this progaram doing? #include <stdio.h> int main(void) void Mystery(int A[ ],int size) { if (size > 0) {A[0]= 0; Mystery (A+1, size -1);} }...
doc_watson2007
Offline Send Email
Feb 22, 2004
12:42 am
5538
Mystery( ) is a recurring function which will initialize the values of an int array to 0. doc_watson2007 <doc_watson2007@...> wrote:What is this progaram...
sumit sengupta
s_sumit_98
Offline Send Email
Feb 22, 2004
12:35 pm
5539
Hello, everyone, Can I post a problem I have with an assignment from school? I'm sure it is easy compared to what you are doing....
arklatexgemandmineral...
arklatexgema...
Offline
Feb 22, 2004
9:01 pm
5540
hi, If you can't post on the group, or even if you can, I'd be willing to help you with anything you need. Just email me with the question or problem and I'll...
Site Resources
siteresource...
Offline Send Email
Feb 22, 2004
9:29 pm
5541
Thank you Brandon, Problem Specification: I have to get a list of names and data to go with those names from an infile, sort them and then print them to the...
arklatexgemandmineral...
arklatexgema...
Offline
Feb 22, 2004
10:55 pm
5542
*sigh*, I wish this were c++. But ok, I'm not sure; but let me ask a few things about this and make a few sugestions. First, well its kind of, risky, playing...
Site Resources
siteresource...
Offline Send Email
Feb 23, 2004
12:45 am
5543
The changes you suggested worked mostly. It sorts 80% of the data correctly. Perhaps it is a logic error. The arrays do have definate values, but I was just...
arklatexgemandmineral...
arklatexgema...
Offline
Feb 23, 2004
1:46 am
5544
hi, I figured it out! Here is how the problem code should go: for (i=0; i<datalength; i++) { for (j=0; j<datalength; j++) { if (strcmp(full[j], full[i])) { ...
Site Resources
siteresource...
Offline Send Email
Feb 23, 2004
2:13 am
5545
except that that is: if (strcmp(full[j], full[i]) < 0) sorry. Brandon -- Site Resources How to get your web host screaming "NoMoreHits" More Site Traffic -...
Site Resources
siteresource...
Offline Send Email
Feb 23, 2004
2:16 am
5546
It works!!! Thank you so much, Brandon. If you could explain, line by line, how it works? I'd love that. Thanks again....
arklatexgemandmineral...
arklatexgema...
Offline
Feb 23, 2004
3:17 am
5549
hi, I will explain; but I"ll have to wait till later since I have to go to school now. just didn't want you thinking I was ignoring this. Brandon...
Site Resources
siteresource...
Offline Send Email
Feb 23, 2004
11:42 am
5551
clearing the array, put 0 in the elements... with a romantic algorithm, but the stack will hate you... ... From: doc_watson2007 To:...
cesar - hacksoft
aquiles.geo
Offline Send Email
Feb 23, 2004
3:09 pm
5552
first, develop a solution, when you say "Ups, this dont work, WHY?????" then send the question to the group... ... From: arklatexgemandmineralclub To:...
cesar - hacksoft
aquiles.geo
Offline Send Email
Feb 23, 2004
3:14 pm
5554
hi, Ok, now I will try to explain. The easiest way is through an example. Let's say that we have ana rray of integers; 5 integers. So our code would be...
Site Resources
siteresource...
Offline Send Email
Feb 23, 2004
8:44 pm
5555
Hey Brandon, There are two more problems with the program. The first is when I have to list the highest and lowest totals and their names (I hadn't worked on...
arklatexgemandmineral...
arklatexgema...
Offline
Feb 24, 2004
5:01 am
5557
Hi Dwight, I'm not Brandon, but I hope I can help you a bit as well. ;-) I'll start with repeating in my own words what you want to achieve. ... What you want...
Nico Heinze
nico_heinze
Offline Send Email
Feb 24, 2004
1:01 pm
5558
Reply/comments embedded... ... BTW, I am not Brandon... ... ^^^^ If you declare and initialize the array, you can ignore the size of the array and let the...
Shyan Lam
sflam108
Offline Send Email
Feb 24, 2004
4:23 pm
5565
I need some guidelines please. Can anyone direct me to some examples in this regard? Many Thanks! You are a financier and u purchase 100 shares of stock in...
rramcharan1
Offline Send Email
Mar 1, 2004
3:16 pm
5567
Hi, i am working on a program which reads another c or c++ program and identifies the lexems and displays summary abt it, can anybody help me to figure out...
Asad Mehmood
coolcomsian
Offline Send Email
Mar 2, 2004
4:10 pm
Messages 5491 - 5567 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