I tried to compiler this in Dev-C++ v5.0 but it won't work. Help please
This is a discussion on I tried to compiler this in Dev-C++ v5.0 but it won't work. Help please within the C++ Programming forums, part of the General Programming Boards category; Code:
#include <iostream.h>
#include <stdlib.h>
int main()
{
cout<<"Welcome to Tic-Tac-Toe\n";
cout<<"What do you wish to do?\n";
cout<<"1.New Game\n";
cout<<"2.Options\n";
...