Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    2,959

    Re: Create Objects on Demand?

    Do we have the same definition of a "variable"? A source symbol that refers to a memory location.
    I don't know of any way to refer to a location in memory without a variable.
  2. Replies
    5
    Views
    2,959

    Re: Create Objects on Demand?

    You have to define the names of all variables at compile time.


    You create new objects by using "new"

    Can you describe what you want the program to do and not what technique you want to use?...
Results 1 to 2 of 3