Search found 1 match

by Lond
Sat Nov 12, 2005 4:00 pm
Forum: Volume 101 (10100-10199)
Topic: 10194 - Football (aka Soccer)
Replies: 121
Views: 64331

10194

Hello!
First post here..
Well, i've been trying to correct this code, but i don't see any mistakes in it.. Could someone lend a hand?
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>

struct team
{
char name[31];
int games;
int goalsA;
int goalsDif;
int goalsS ...

Go to advanced search