Search found 1 match

by samsky
Sat Sep 29, 2012 5:51 pm
Forum: Programming Discussion
Topic: How To Print Text?
Replies: 5
Views: 1510

How To Print Text?

hi i am looking for a way to print text to the dreamcast, at the moment i have the DDEr4 setup with code::blocks and this is the code i have: int main(other stuff...) { do { cout << "\nHello world!\n" << endl; void bfont_draw(uint16 *buffer, int bufwidth, int c); }while(10 > 5); } Is there...