string pin, checks, list;
checks = whitecheck(kingsq);
pin = whitepin(kingsq);
list = whitelist(checks, pin, wkbool, wqbool, enpassant)
i wrote a chess program in VB6 and have finished converting it to C++.
however everytime pin or checks is not a null string it throws a GPF.
how can i pass the strings into the list function without throwing a gpf??
checks and pin are strings