<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seiro_u</author_name>
  <author_url>https://blog.hatena.ne.jp/seiro_u/</author_url>
  <blog_title>いっかげつつづける</blog_title>
  <blog_url>https://seiro-u.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>こんばんは。 本日はファイルの扱いについてゆるゆるやって行きます。 全2回の予定。 テキストファイルを扱う 今までは直接画面に文字を表示するようにしてきましたが、ファイルに保存しておいて後からでも読めるようにしておきたいですよね。というわけで、ファイルに書き込んだりファイルから読み取ったりすることをしていきたいと思います。テキストファイルを扱うには、FILE型という型を用いてポインタ変数を宣言します。 &gt;&gt;FILE *textfile;こんな感じですね。こうすることでファイルを扱うためのポインタ変数を用意することができます。 fopen関数とfclose関数：何をしているのか ただファイルを扱…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseiro-u.hatenadiary.org%2Fentry%2F20120522%2F1338315483&quot; title=&quot;C言語22日目：テキストファイルを扱う1 - いっかげつつづける&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>2012-05-22 03:18:03</published>
  <title>C言語22日目：テキストファイルを扱う1</title>
  <type>rich</type>
  <url>https://seiro-u.hatenadiary.org/entry/20120522/1338315483</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
