0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要

kanjitalk7.appでThink-cやってみた。

参考にしたページ

写真

image.png

コンパイル手順

1,Microsoft Wordでソースを書いて、コピーする。

#include <stdio.h>

main()
{
        printf("hello world");
}

2,Simple Textを開いて、ペーストして、デスクトップにhello.cでセーブする。
3,Think-cを起動して、デスクトップにhelloプロジェクトをセーブする。
4,Sourceメニューを開いてadd filesして、hello.cを読み込む。
5,Sourceメニューを開いてadd filesして、Standard Libraries フォルダの ANSI を読み込む。
6,Project メニューで Run を実行。

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?