This seems like something pretty basic, and I'm sure I'm just missing something, but I can't figure it out.
I've been searching for a bit, and find several different suggestive solutions, but none of them were working for me. I'm sure I was doing something wrong.
What I want to is basically this:
int score = 47;
textout_ex(screen, font, "SCORE: " + score, 495, 240, RED, BLACK);
Any help is appreciated!