+ Reply to Thread
Results 1 to 2 of 2

Thread: Difference between enumeration variables and Preprocessor

  1. #1
    xadmin Guest

    Difference between enumeration variables and Preprocessor

    What is the difference between enumeration variables and the preprocessor #defines?

  2. #2
    xadmin Guest

    Re: Difference between enumeration variables and Preprocessor

    Functionality Enumerations #defines

    Numeric values assigned automatically? YES NO
    Can the debugger display the symbolic values? YES NO
    Obey block scope? YES NO
    Control over the size of the variables? NO NO

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts