Kobe丶Bryant 2019-06-21 09:24 采纳率: 66.7%
浏览 547
已采纳

来大神帮忙啊!!vs2010C语言问题解决不了

源文件
void menu()
{

int quanxianflag = 0;
char name1[10];
char password1[15];
show();
initial_stuff();
initial_goods();
printf("请输入用户名:\n");
scanf("%s",name1);
printf("请输入用户密码:\n");
scanf("%s",password1);
stuffnode *p2;
p2 = stuffhead;
while(p2->next != NULL)
{
if ((strcmp( p2->s.name, name1) == 0 && strcmp( p2->s.password, password1) == 0 ) &&
((strcmp( p2->s.quanxian, "y") == 0 || strcmp( p2->s.quanxian, "Y") == 0 )))
{
quanxianflag = 1;
break;
}
else
{
p2 = p2->next;
}
}
结构体
struct stuff //员工数据结构体
{
char name[10];
char password[10];
char quanxian[2];
};

struct goods //货品数据结构体
{
char number[20];
char name[20];
int quantity;
char cost[20];
char volume[20];
char weight[20];
};

typedef struct a
{
struct stuff s;
struct a *next;
}stuffnode;

typedef struct b
{
struct goods g;
struct b *next;
}goodsnode;

stuffnode *stuffhead = NULL; //全局结构体链表指针变量头指针
stuffnode *stuffp1 = NULL;

goodsnode *goodshead = NULL;
goodsnode *goodsp1 = NULL;
显示错误
错误 23 error C2065: “p2”: 未声明的标识符

警告 25 warning C4047: “=”:“int”与“stuffnode *”的间接级别不同

错误 22 error C2275: “stuffnode”: 将此类型用作表达式非法
错误 27 error C2223: “->next”的左侧必须指向结构/联合
错误 33 error C2198: “strcmp”: 用于调用的参数太少

错误 29 error C2223: “->s”的左侧必须指向结构/联合

  • 写回答

1条回答 默认 最新

  • threenewbee 2019-06-21 11:43
    关注
    #include <stdio.h>
    #include <string.h>
    
    struct stuff //???????
    {
    char name[10];
    char password[10];
    char quanxian[2];
    };
    struct goods //???????
    {
    char number[20];
    char name[20];
    int quantity;
    char cost[20];
    char volume[20];
    char weight[20];
    };
    typedef struct a
    {
    struct stuff s;
    struct a *next;
    }stuffnode;
    typedef struct b
    {
    struct goods g;
    struct b *next;
    }goodsnode;
    
    
    stuffnode *stuffhead = NULL; //??????????????
    stuffnode *stuffp1 = NULL;
    goodsnode *goodshead = NULL;
    goodsnode *goodsp1 = NULL;
    
    void show()
    {
    
    }
    void initial_stuff()
    {
    
    }
    
    void initial_goods()
    {
    
    }
    
    void menu()
    {
        int quanxianflag = 0;
        char name1[10];
        char password1[15];
        show();
        initial_stuff();
        initial_goods();
        printf("??????:\n");
        scanf("%s",name1);
        printf("???????:\n");
        scanf("%s",password1);
        stuffnode *p2;
        p2 = stuffhead; 
        while(p2->next != NULL)
        {
            if ((strcmp( p2->s.name, name1) == 0 && strcmp( p2->s.password, password1) == 0 ) && 
            ((strcmp( p2->s.quanxian, "y") == 0 || strcmp( p2->s.quanxian, "Y") == 0 )))
            {
            quanxianflag = 1;
            break;
            }
            else
            {
            p2 = p2->next;
            }
        }
    }
    
    
    int main(int argc, char* argv[])
    {
        return 0;
    }
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 LiBeAs的带隙等于0.997eV,计算阴离子的N和P
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 来真人,不要ai!matlab有关常微分方程的问题求解决,
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算