Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,514

    Re: String to Enum problems...

    Yes. Very important concept in programming.

    Yes. You can have arrays of any data type.
  2. Replies
    9
    Views
    1,514

    Re: String to Enum problems...

    My idea takes two loops and an array.
  3. Replies
    9
    Views
    1,514

    Re: String to Enum problems...

    Yes that looks exactly like counting. Except instead of using the 10 digits: 0-9 you are using n Strings.
  4. Replies
    9
    Views
    1,514

    Re: String to Enum problems...

    Arrays or some classes from the Collections framework.


    Is that like counting, say with 6 digits.
    To generate all possible combinations of the digits from 000000 to 999999 is like counting by...
  5. Replies
    9
    Views
    1,514

    Re: String to Enum problems...

    I think enums are compile time constants. I don't know that you can change them at execution time.

    Have you read the tutorial? Go to this site and Find enum:
    The Really Big Index

    Is a Map what...
Results 1 to 5 of 5