Search results for query: *

  • Users: FBIBARRY
  • Content: Threads
  • Order by date
  1. F

    Question Tic-tac toe game

    Hi all, Can somebody explain to me how this code runs e.g. what does board mean? I am new to c# and am trying to understand this code so that I can appropriately annotate it. Thanks using System; using System.Threading; namespace TIC_TAC_TOE { class Program { //making...
  2. F

    Resolved Using an uninitialized variable

    Hi I have made a calculator game and am trying to add different options e.g. add a survey. For the response, I tried to use yes and no but I don't understand how it is unassigned?? Thanks using System; using System.Collections.Generic; using System.Text; namespace Program { class Program...
  3. F

    Resolved more than one entry point?

    Hi I am having this error. I do not use C# often so I am not sure what has happened? Thanks
Back
Top Bottom