例如:
int score = 20;
int main(){
al_draw_text(foo, foo, foo, foo, foo, "SCORE");
//I would then like to print the score to the screen,
// is there anyway to do this?
al_rest(1000);
return 0;
}
这可能吗,或者如何将分数转换为 aconst char
或 a string
?