例えば:
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
どうですか?