User Profile

Collapse

Profile Sidebar

Collapse
cl2020
cl2020
Last Activity: Jun 10 '10, 08:19 AM
Joined: May 12 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cl2020
    started a topic Tic Tac Toe
    in C

    Tic Tac Toe

    I have a code. It is running after built. However, when running it only played only one person and ended. The intention of making it is to make two players playing tic tac toe. Where do I go wrong in this code.

    Code:
    //Timing.
    #include<iostream>
    using namespace std;
    
    int check( char g[3][3], int r, int c, int p)
    {
    	if ( g[r][c] !='*')
    	{
    		cout << "\n\tSorry, wrong entry.";
    ...
    See more | Go to post
    Last edited by Banfa; Jun 10 '10, 08:15 AM. Reason: code and been pasted twice

  • cl2020
    started a topic How to display ASCII characters on C++
    in C

    How to display ASCII characters on C++

    More specifically, in the input code, how can you display all of the displayable ASCII characters with codes in the range 32 to 255 and also include display 16 ASCII characters per line, which will display in the program output?
    See more | Go to post
    Last edited by cl2020; May 13 '10, 04:05 AM. Reason: - does not understand actually.
No activity results to display
Show More
Working...