May 22, 2013 at 8:18pm
ok i have a to do a code for a polybius and im stuck at trying to write this, i have a 6x6 square
void GetCoordinates(square S,
char c,
int& Digit1,
int& Digit2);
char GetCharacter(square s,
int digit1,
int digit2);
bool InSquare(square s, char c);
void FillSquare(square s,
string keyword);
// should uppercase all letters in keyword
// change all Js to Is
// ignore nonletters
Last edited on May 23, 2013 at 10:25am
May 23, 2013 at 7:28am
Do it yourself and come back when you've had a go and run into problems.