Greed: Difference between revisions

(# replace Image #)
Line 15:
=={{header|C++}}==
Windows console version.
[[File:Greed_CppnewGreedCpp.png|200px|thumb|right]]
<lang cpp>
#include <windows.h>
Line 96:
void printScore() {
console->setCursor( coord( 0, 24 ) ); console->setColor( 0x2a );
std::cout << " SCORE: " << score << " : " << score * 100.f / NCOUNT << "% ";
}
void execute( int x, int y ) {