<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuyarin</author_name>
  <author_url>https://blog.hatena.ne.jp/yuyarin/</author_url>
  <blog_title>yuyarinの日記</blog_title>
  <blog_url>https://yuyarin.hatenadiary.org/</blog_url>
  <categories>
    <anon>C/C++</anon>
    <anon>Linux</anon>
    <anon>Programming</anon>
  </categories>
  <description>curses*1の使い方のお勉強。 インストール sudo apt-get install ncurses-dev コンパイル リンクするのを忘れないように。 g++ -o sample sample.cpp -lcurses 練習プログラム 0から9までをキー入力がある度に1ずつ増やして表示する。 #include &lt;curses.h&gt; int main(void){ initscr(); // スクリーンのセット for(int n=0; n&lt;10; n++) { printw(&quot;%d&quot;,n); // 出力 refresh(); // 表示 getch(); // キー入力待ち } end…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyarin.hatenadiary.org%2Fentry%2F20071124%2F1195841575&quot; title=&quot;cursesで遊んでみた - yuyarinの日記&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-11-24 03:12:55</published>
  <title>cursesで遊んでみた</title>
  <type>rich</type>
  <url>https://yuyarin.hatenadiary.org/entry/20071124/1195841575</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
