<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peter, Autor bei INDAL Software-Spezialist</title>
	<atom:link href="https://indal.de/author/peter/feed/" rel="self" type="application/rss+xml" />
	<link>https://indal.de/author/peter/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Dec 2007 13:43:20 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://indal.de/wp-content/uploads/2023/12/cropped-INDAL-Segel_512x512_transparent-32x32.png</url>
	<title>Peter, Autor bei INDAL Software-Spezialist</title>
	<link>https://indal.de/author/peter/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Kurzschlussauswertung, Short Circuit Evaluation, Shortcut-Evaluation oder Lazy Evaluation</title>
		<link>https://indal.de/allgemein/kurzschlussauswertung-short-circuit-evaluation-shortcut-evaluation-oder-lazy-evaluation/</link>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 13:43:20 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Software-Entwicklung]]></category>
		<guid isPermaLink="false">http://www.indal.de/?p=16</guid>

					<description><![CDATA[<p>Höhere Programmiersprachen wie Java, C, C++ kennen die abgekürzte Auswertung von booleschen Ausdrücken mit den logischen Operatoren für UND (&#38;&#38;) und ODER (&#124;&#124;). Dabei wird die Auswertung, die von links ...</p>
<p>Der Beitrag <a href="https://indal.de/allgemein/kurzschlussauswertung-short-circuit-evaluation-shortcut-evaluation-oder-lazy-evaluation/">Kurzschlussauswertung, Short Circuit Evaluation, Shortcut-Evaluation oder Lazy Evaluation</a> erschien zuerst auf <a href="https://indal.de">INDAL Software-Spezialist</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Höhere Programmiersprachen wie Java, C, C++ kennen die abgekürzte Auswertung von booleschen Ausdrücken mit den logischen Operatoren für UND (&amp;&amp;) und ODER (||). Dabei wird die Auswertung, die von links beginnt, abgebrochen, sobald das Ergebnis des Ausdrucks feststeht.</p>
<p>In Visual Basic 6.0 gibt es diesen &#8220;Kurzschluss&#8221; nicht, bei AND und OR werden immer alle Operanden ausgewertet.<br />
In Visual Basic.Net gibt es die neuen Operatoren ANDALSO und ORELSE, dieses sind die Kurzschlussoperatoren, mit denen die Ausführungsgeschwindigkeit optimiert werden kann.</p>
<p>Der Beitrag <a href="https://indal.de/allgemein/kurzschlussauswertung-short-circuit-evaluation-shortcut-evaluation-oder-lazy-evaluation/">Kurzschlussauswertung, Short Circuit Evaluation, Shortcut-Evaluation oder Lazy Evaluation</a> erschien zuerst auf <a href="https://indal.de">INDAL Software-Spezialist</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
