Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

'' was not declared in this scope error

$
0
0

I got it to work. But also found another way I think is much cleaner than what I was trying to do.

std::stringstream fmt;
fmt << "your score is"<<score;
ofDrawBitmapString(fmt.str(), 100, 100);

Viewing all articles
Browse latest Browse all 40524

Trending Articles