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. I need help

I need help

Scheduled Pinned Locked Moved C#
csharphelpquestionlearning
3 Posts 3 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.
  • E Offline
    E Offline
    Ehsan_MF
    wrote on last edited by
    #1

    Hello Any body know how can I define a const table like this in c#

    -----------+------------+--------------+---------------
    int_number | int_number | float_number | bool_variable
    int_number | int_number | float_number | bool_variable
    int_number | int_number | float_number | bool_variable
    ...

    thanks

    Beginner in C#

    N G 2 Replies Last reply
    0
    • E Ehsan_MF

      Hello Any body know how can I define a const table like this in c#

      -----------+------------+--------------+---------------
      int_number | int_number | float_number | bool_variable
      int_number | int_number | float_number | bool_variable
      int_number | int_number | float_number | bool_variable
      ...

      thanks

      Beginner in C#

      N Offline
      N Offline
      Nissim Salomon
      wrote on last edited by
      #2

      Hi try the follwing link: http://www.google.com/search?hl=en&q=Multi+Dimension+Arrays+c%23[^]

      1 Reply Last reply
      0
      • E Ehsan_MF

        Hello Any body know how can I define a const table like this in c#

        -----------+------------+--------------+---------------
        int_number | int_number | float_number | bool_variable
        int_number | int_number | float_number | bool_variable
        int_number | int_number | float_number | bool_variable
        ...

        thanks

        Beginner in C#

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        What do you mean by a "const table"? Constants can only be simple values, like a number or a string. You can's create collecions of objects as constant.

        --- single minded; short sighted; long gone;

        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