1
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?

この記事では...

C#の歴史や文法など、主に初心者向けの情報を
色々書いています:cheese::cake:

C#とは!

Microsoft製のCとJavaをベースとした言語。
+を4個くっつけて、#になったとか。

特徴

  • CやC++よりプログラム量が少ない
  • .NET Framework上で動作

HelloWorldを書いてみよう

main.cs
Console.WriteLine("Hello World!");

Unityでも活躍するC#

ゲームエンジンであるUnityでは、
プログラミング言語にC#が採用されています。
これにより、簡単にゲームを作成することができます!
ゲームを作りたいなら、C#を学習すると良いかもしれませんね!

1
0
2

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
1
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?