tic tac toe double errorI started writing a two players tictactoe program, even if the program isn't complete i have an idea...
can't do the hundredsi made a program that converts digit numbers into letter numbers, with 2 digit numbers i had no prob...
what should i change ?[code]bool check(string y) { if (y=="true") { cout << "access granted" << endl; re...
what should i change ?[code]#include <iostream> #include <string> using namespace std; string check(string y){ ...
turn this array to add into a moltiplication[code]#include <iostream> using namespace std; float input(float array[], int num); float outpu...
This user does not accept Private Messages