int initScoreX;
int initScoreO;
int oldScoreX;
int oldScoreO;
int newScoreX;
int newScoreO;

int ScoreBoard(char Player)
{
	int ScoreBoardPositions[99]; //counting all the way to 99
	
	//let's say X won that round, so I add 1 to the old score
	oldScoreX + 1 = newScore;
	
	//let's say the new score is 16
	//how can I translate that into the board, is a two digit board 10 images 0-9
	
	



}

So my noob question is what is the best way to do this?

Not a clue what you are asking. Maybe some details will help in understanding.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.