python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SDL_Mixer Mix_LoadWAV can not find RIFF or WAVE identifiers
I have asked this before since december but was ignored everywhere so I am trying to ask this one last time.
I am trying to load an audio file (as an Mix_Chunk) but I am getting the following error me...

Lila
Votes: 0
Answers: 1
How do I remove the Terminal Output in C
Situation
I am working on an SDL2 program and I want to remove the black terminal window that shows up everytime I fire the program,
its kinda annoying to have a black window randomly in my screen :...

AidanGamin
Votes: 0
Answers: 0
SDL_TTF, Render Modes are identical in quality
I have a click based game to code, and It contains some text that need to be rendererd in real-time,I tried to render the text with TTF_RenderText_Solid() , TTF_RenderText_Shaded(),TTF_RenderText_Ble...
Yacine Megrah
Votes: 0
Answers: 0
"Unresolved external symbol" for global variables
I created a global file (Globals.h) to hold my global renderer (gRenderer) and my global window (gWindow). I declared them as extern as they'll be defined inside initWindow() & initRenderer() func...

Svendy1126
Votes: 0
Answers: 1