Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Highscore

Highscore

Scheduled Pinned Locked Moved C#
helptutorialquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SRJ92
    wrote on last edited by
    #1

    hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help

    P A L 3 Replies Last reply
    0
    • S SRJ92

      hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      XML

      <Game>
      <Players>
      <Player Name="Joshua" Score="42" />
      </Players>
      </Game>

      How you display it is up to you.

      D 1 Reply Last reply
      0
      • P PIEBALDconsult

        XML

        <Game>
        <Players>
        <Player Name="Joshua" Score="42" />
        </Players>
        </Game>

        How you display it is up to you.

        D Offline
        D Offline
        dan sh
        wrote on last edited by
        #3

        Won't that give InsaneDataException at name?

        P 1 Reply Last reply
        0
        • D dan sh

          Won't that give InsaneDataException at name?

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #4

          What? I said Joshua, not HAL.

          1 Reply Last reply
          0
          • S SRJ92

            hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help

            A Offline
            A Offline
            Abhinav S
            wrote on last edited by
            #5

            You need to get some books on databases and start reading...

            The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.

            1 Reply Last reply
            0
            • S SRJ92

              hi, i want to store 2 strings which are named "player" and "score" , how do i create a table for this and i want to know how to display this information ... thanks for all your help

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Store them where? In memory, database, text file, ... Display them how? On screen, console, printer, ... Try and describe your problem in clearer terms.

              Just say 'NO' to evaluated arguments for diadic functions! Ash

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups