December 2nd, 2012 06:12 AM
I'm creating an agenda program using windows form application, I'm trying to load data from a file into a hash table and display this data into text boxes. The labels on the text boxes are dates but...
April 20th, 2010 12:53 AM
April 20th, 2010 12:28 AM
Okay here is what i wrote. it is giving me wrong results:
#include <iostream>
using namespace std;
int SIZEE (int [],int size, int&, int&);
int main()
{
const int SIZE = 100;
April 19th, 2010 05:49 PM
April 19th, 2010 05:25 PM
Hello eveyone;
Please does any one know how to return the location of the maximum and minimum elements in an array from a function to the main. I mean the locations not the values. Like if the...
April 19th, 2010 04:37 PM
April 19th, 2010 03:11 PM
okay thanks....
But one more question: it says in the question that X returns the integers back to its caller.
What is going to be the return statement assuming i use your 1st guideline.?
April 19th, 2010 02:40 PM
Hi everyone
Please i need help with this question. it says:
Write down a function that reads in a set of integers into an array X and returns it to its caller . Assume that the maximum size of...