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...
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...
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...
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...
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 ...
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...
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...
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!...
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...
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...
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);} }...
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...
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...
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...
*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...
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...
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])) { ...
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 -...
first, develop a solution, when you say "Ups, this dont work, WHY?????" then send the question to the group... ... From: arklatexgemandmineralclub To:...
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...
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...
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...
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...
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...
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...