gpt4 book ai didi

c++ - 读取字符串字符时出错,VSCommunity2015

转载 作者:行者123 更新时间:2023-11-30 05:29:57 25 4
gpt4 key购买 nike

无论我做什么,Visual Studio Community 2015 调试器都告诉我它无法读取字符串 (res_path) 的字符 我声明:

bool loadBMP() {

bool success = true;

std::string res_path = "res\\pixelhome.bmp";

bmp = SDL_LoadBMP(res_path.c_str());

if (bmp == NULL) {

std::cout << "SDL_IMAGE_ERROR: " << SDL_GetError() << std::endl;

success = false;

}

return success;
}

我还尝试将 res_path 设置为 NULL 然后将字符串设置为 "res\\pixelhome.bmp" 但结果相同错误。我错过了什么?

Error message

最佳答案

看起来它显示的是初始化之前的内容——也就是垃圾。

进入下一行。

关于c++ - 读取字符串字符时出错,VSCommunity2015,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36222296/

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