I am just being introduced into the allegro game library, and I'm making a simple program.
My problem is confusing me horribly. I'm using the textout_ex code, but what I want to do is display 2 pieces of info in one textout function.
Like:
textout_ex(screen, font, "hello" AND MyVariable , 480, 685, Green, -1 );
But I can not get this to work. I would think it would be a simple solution but I can't find the answer. Can you help?
my code:
textout_ex( screen, size3font, MyPercent + "%" , 480, 685, makecol(57, 57, 57), -1 );