Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6678649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:16:04+00:00 2026-05-26T04:16:04+00:00

i keep getting the an error that was supposed to happen if i haven’t

  • 0

i keep getting the an error that was supposed to happen if i haven’t had pre-declared the structures used before its definition, but i did!!: “typedef struct campeonato campeonato; typedef struct jogo jogo;” (as shown in the code below). Can anyone tell me why I’m getting the following errors and what’s wrong with my code:

c:21: error: redefinition of typedef 'campeonato'
c:5: error: previous declaration of 'campeonato' was here
c:29: error: redefinition of typedef 'jogo'
c:6: error: previous declaration of 'jogo' was here

and the piece of code that generates those errors is…

typedef struct campeonato campeonato;
typedef struct jogo jogo;

typedef struct time{
       char nome[32];
       //existe uma correspondencia entre jogos[i][] e campeonatos[i]
       jogo *jogosDeCadaCampeonato;
       campeonato *campeonatos[];
       }time;

typedef struct campeonato{
       char nome [100];
       int nro_participantes;
       int nro_jogos;
       time *times;
       jogo *jogos;
       }campeonato;

typedef struct jogo{
       time* timeA;
       time* timeB;
       time* vencedor;
       int golsA;
       int golsB;
       }jogo;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:16:05+00:00Added an answer on May 26, 2026 at 4:16 am
    typedef struct campeonato campeonato;
    typedef struct jogo jogo;
    

    Is not a forward declaration. It’s a typedef. A forward declaration would simply be:

    struct campeonato;
    struct jogo;
    

    As it is now, you typedef campeonato and jogo twice, hence the error.

    Note that using the forward declaration will allow you to use the structs before they are defined, you’d still have to use them as struct campeonato in time and struct jogo in campeonato.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to rename a database, but keep getting the error that 'couldn't get
I've created a singleton class that loads a plist. I keep getting this error
So I keep getting this error that when I Google for it, the most
I keep getting that error. Here's the code (it's for GCD): Euc := proc
I keep getting an error for this regular expression: ^((([1-9])|(1[0-2])):([0-5])(0|5)/s(A|P)M)$ It's supposed to be
I created a method and keep getting an error that I need to include
I keep getting errors that my functions have been defined multiple times. Of course
I use __autoload to load classes, and I keep getting errors that no class
With the following code, I keep getting error C2535 when I compile. It's complaining
Keep getting this error after inserting a subdatasheet into a query and trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.