gpt4 book ai didi

c++ - '*' token 之前的预期初始值设定项

转载 作者:行者123 更新时间:2023-11-30 03:14:55 25 4
gpt4 key购买 nike

<分区>

在我正在使用的网络书籍的帮助下,我正在尝试创建一个利用套接字和 ncurses 的控制台应用程序。在编译时,我收到错误“expected initializer before '*' token for the line:

WINDOW* create_newwin(int height, int width, int starty, int startx);

在包含一些我忘记包含的新 header (主要是网络 header )之前,我没有收到此错误。

//我之前有错误的标题

#include <ncurses.h>
#include <stdlib.h>
#include <chrono>
#include <thread>
#include <string.h>

//开始抛出错误时添加的 header

#include <stdio.h>      //for printf() and fprintf()
#include <sys/socket.h> //for socket(), connect(), send(), and recv()
#include <arpa/inet.h> //for sockaddr_in and inet_addr()
#include <unistd.h> //for close()
#include <iostream>
#include "DakchatHeader.hpp"

我知道这是标题,因为当我将它们注释掉时,特定错误就会消失(但会突然出现关于未知函数等的错误)。

还应该注意的是,当我调用它时它说未知函数并且 WINDOW 是在 ncurses 中定义的。

感谢您能给我的所有帮助!

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com