Looking to interview someone in the CompSci/Software Engineering workforce for an English career report.Hello all, I am looking to interview someone with either a Computer Science or software engineeri...
Anyone want to look over my Tic-Tac-Toe game for improvements?I made this last semester for my intro to C++ class. It works great and I got a good grade, but I wa...
Need adive with a portion of my tic tac toe project.After some debugging I found out its these lines: [code] x = (playerInput.at(0)) - 1); y = (pla...
Need adive with a portion of my tic tac toe project.still getting stuck in an infinite, not sure at all why. [code] #include <iostream> #include <i...
Need adive with a portion of my tic tac toe project.Well im messing around with this: but its putting me in an infinite loop. Heres my whole source, c...