<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Wacky</author_name>
  <author_url>https://blog.hatena.ne.jp/Wacky/</author_url>
  <blog_title>ふにゃるんv2</blog_title>
  <blog_url>https://wacky.hatenadiary.com/</blog_url>
  <categories>
    <anon>.NET</anon>
  </categories>
  <description>自分は、仕事柄 C言語系に慣れている人でして、以下のような記述を(無意識に)するケースが多いんですね。 char* strMessage = NULL; ... if((strMessage != NULL) &amp;&amp; (strlen(strMessage) &gt; 0)) ... ここで、上のif文の「&amp;&amp;」は「副作用完了点」と呼び、左の式が真にならないと、右の式が実行されない訳です。(詳しくは、C言語FAQやK&amp;R聖典を読んで下さい) C言語上がりの自分がBasic言語に触れて、驚いた事の一つに、上の記述が通用しなかった点なんですね。 Dim strMessage As String = Noth…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwacky.hatenadiary.com%2Fentry%2F20071215%2F1197739589&quot; title=&quot; C／C++／C#言語の副作用完了点を、Visual Basic .NETで記述する際の注意点 - ふにゃるんv2&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-12-15 02:26:29</published>
  <title> C／C++／C#言語の副作用完了点を、Visual Basic .NETで記述する際の注意点</title>
  <type>rich</type>
  <url>https://wacky.hatenadiary.com/entry/20071215/1197739589</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
