颇颇242 2022-01-19 09:25
浏览 11
已结题

为何在使用SDL_Rect时报错“**MainBackGroundRect** 是 nullptr?

#include<stdio.h>
#include"SDL.h"
#include"SDL_image.h"
#include"SDL_ttf.h"
#include<stdlib.h>
SDL_Rect *MainBackGroundRect ;
    MainBackGroundRect->x = 0;
    MainBackGroundRect->y = 0;
    MainBackGroundRect->w = MainBackGroundSurface->w;
    MainBackGroundRect->h = MainBackGroundSurface->h;
  • 写回答

0条回答 默认 最新

    报告相同问题?

    问题事件

    • 系统已结题 1月27日
    • 创建了问题 1月19日

    悬赏问题

    • ¥15 MCNP里如何定义多个源?
    • ¥20 双层网络上信息-疾病传播
    • ¥50 paddlepaddle pinn
    • ¥20 idea运行测试代码报错问题
    • ¥15 网络监控:网络故障告警通知
    • ¥15 django项目运行报编码错误
    • ¥15 请问这个是什么意思?
    • ¥15 STM32驱动继电器
    • ¥15 Windows server update services
    • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏