i need help with my programming assignment?!

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
Do it yourself and come back when you've had a go and run into problems.
Topic archived. No new replies allowed.