Hallo Ivanko, Du schriebst am Mon, 11 Nov 2013 15:00:12 +0500:
> But "int" is already signed (as Sieghard pointed out) so "sint" is bad. > ========== > That signedness isn't more than just a old (and not obvious) assumption. It's a mathematical convention. The set of integer numbers usually comprises all whole numbers from -infinity to +infinity except the bounds (as these are no numbers). Whole _positive only_ numbers make up the set of "natural numbers", starting at one (1) and leaving off zero, denoted by "IN" sometimes. The union of "IN" and [0] is sometimes used and called "IN0" or so. (The "IN" should denote a capital letter "N" with a thicker upstroke.) Of course, these are _conventions_ only, everyone is free to use the names differently or use different names for the same things. -- -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem) ----------------------------------------------------------- Mit freundlichen Grüßen, S. Schicktanz ----------------------------------------------------------- ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

