Home > Back-end >  Just started to learn C help me see there write wrong
Just started to learn C help me see there write wrong

Time:03-07

//game entry point
#include

Typedef struct object attribute

{;

Float strength;
Float defense;
Float damage;




};




Int main ()
{
Object properties myself.
Object properties flying squirrels;

. Their physical=999.0;



getchar();
return 0;

}

CodePudding user response:

//game entry point
#include

Typedef struct object attributes {
Float strength;
Float defense;
Float damage;
};

Int main ()
{
Object properties myself.
Object properties flying squirrels;

. Their physical=999.0;

getchar();
return 0;
}

CodePudding user response:

What things directly to the Chinese?
  • Related