gpt4 book ai didi

c++ - 快板5 : 'al_init' :identifier not found

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

作为学校项目的一部分,我想使用 allegro 读取 png 的像素。但是我在一开始就遇到了问题。也就是说,我在 allegro 拥有的几乎所有内容上都遇到了错误。错误是找不到标识符。

我的代码:

#include "allegro5/allegro5.h"
#include <iostream>
#include "stdafx.h"

int main(int argc, char** argv)
{
al_init();

ALLEGRO_DISPLAY disp = al_create_display(100, 100);

return 0;
}

我遇到的错误:

the errors

最佳答案

所以,我想通了。绕过包括我得到它的工作。结果表明 stdafx.h 需要位于顶部。

关于c++ - 快板5 : 'al_init' :identifier not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49454063/

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