Search found 2 matches

by Jirico
Tue Oct 06, 2009 10:40 pm
Forum: Volume 102 (10200-10299)
Topic: 10295 - Hay Points
Replies: 20
Views: 12868

Re: 10295 - Hay Points

I'm getting Runtime Error
Any help is appreciated.
I'm just wondering where is the error, on my computer it runs fine.

Here is the code:



#include <stdio.h>
#include <stdlib.h>
#include <string.h>

typedef struct no
{
char pala[16];
long value;
}dictionary;

void Particiona(dictionary tabela ...
by Jirico
Tue Oct 06, 2009 10:34 pm
Forum: Volume 102 (10200-10299)
Topic: 10295 - Hay Points
Replies: 20
Views: 12868

Runtime Error - Hay Points problem

Hi, I'm getting runtime error with my Hay Points problem (10295)
I really appreciate any help.
Here is the code:

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

typedef struct no
{
char pala[16];
long value;
}dictionary;

void Particiona(dictionary tabela[], unsigned inf, unsigned ...

Go to advanced search