Hallo Ivanko,

Du schriebst am Wed, 20 Nov 2013 10:08:51 +0500:

> C doesn't really _have_ enumerated _types_
> =================
> ? It has the "enum" type directly. Don't mix it with #DEFINEd constants.

"enum" defines a sequence of symbolic constants, something C doesn't
support natively like Pascal does.
"Constants" defined via "#define" aren't symbolic constants, but - as even
C acknowledges - "manifest" constants, as the compiler never sees the name,
but only the value (or even expression) they're standing for. The names are
removed from the code by the preprocessor.

-- 
-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
-----------------------------------------------------------
Mit freundlichen Grüßen, S. Schicktanz
-----------------------------------------------------------



------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to