python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Valgrind thinks my std::ranges of raw pointers are leaking, even after they've been copied to unique pointers
I'm trying to load all true-type fonts in a directory using C++20 ranges and functional-style programming. However, since fonts are a resource, I'm allocating memory within the ranges interface. I thi...

Josie Thompson
Votes: 0
Answers: 1
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