in reply to Re: random variable declaration based on given count
in thread random variable declaration based on given count
There certainly is a misunderstanding of the initial state of a variable which isn't explicitly initialized, but I doubt someone coming from a C or C++ background would come up with the idea of dynamically generating variables via symbolic references. There's nothing of the sort available in either of those languages. :)
As a matter of fact, I wonder where newcomers come up with the tendency to gravitate toward symbolic references. They're not a part of the languages I grew up with such as Pascal and C. I don't know Java, but I don't get the impression that symbolic references are in common use in that language either.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: random variable declaration based on given count
by kcott (Archbishop) on Mar 26, 2014 at 17:52 UTC | |
by davido (Cardinal) on Mar 26, 2014 at 19:21 UTC | |
|
Re^3: random variable declaration based on given count
by Laurent_R (Canon) on Mar 26, 2014 at 18:48 UTC | |
|
Re^3: random variable declaration based on given count
by AnomalousMonk (Archbishop) on Mar 27, 2014 at 13:01 UTC | |
|
Re^3: random variable declaration based on given count
by Anonymous Monk on Mar 26, 2014 at 17:21 UTC |