Thread: Some help Please in C#

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    2

    Unhappy Some help Please in C#

    i am beginner in C# from little time can any one help me to answer this Question Plz .
    ********************
    Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3-by-3 double array of characters. The constructor should initialize the empty board to all spaces, ' '. Allow two players. Wherever the first player moves, place an 'X' in the specified square; place an 'O' wherever the second player moves. Each move must be to an empty square. After each move, determine whether the game has been won or if the game is a draw via a GameStatus method. [Hint: use an enumeration constant to return the following statuses: WIN, DRAW, CONTINUE.] Write Windows Application TicTac-ToeTest to test your class. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4 board [Note: This is a challenging project that could take many weeks of effort!]
    **************
    Create a Date class with the following capabilities:
    a) Output the date in multiple formats such as
    MM/DD/YYYY
    June 14, 2001
    DDD YYYY
    b) Use overloaded constructors to create Date objects initialized with dates of the formats in part a).
    *******************************
    very thx
    Last edited by Salem; 11-12-2006 at 03:27 PM. Reason: Removing font size abuse

  2. #2
    Registered User
    Join Date
    Nov 2006
    Posts
    2

    Unhappy plzz

    u do not want to help me very thx, but i want answer to compare withe my own answer

  3. #3
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    What? Is that English?
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  4. #4
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    I'm pretty sure that this is a "plz do my homwork thx" thread.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  5. #5
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Trying to translate his "language":
    You do not want to help me very thanks, but I want answer to compare with my own answer.
    That isn't English!
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  6. #6
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    Do not make fun of the language he is using, at least he is trying to write english.

    Make fun of the fact that he is asking his homework assignment to be done by of us.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > but i want answer to compare withe my own answer
    OK, you post your answer, and we'll tell you what you got wrong and what you can improve on.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed