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?

Visual Studio Community 2022 でC言語を始める為のインストール

Posted at

Visual Studio Community 2022 のインストール

これからC言語を学ぶにあたって必要なIDE(統合開発環境)をインストールする手順を説明します。

IDE(統合開発環境)とは

C言語に限らず、何かの言語を実行する際に必要となるツール・ソフトをIDEと言います。
いわば、ゲームでいうハードのようなものです!
※厳密には違いますが初学者のうちはこのくらいの認識で大丈夫です!
IDEとは.png

インストール方法

公式サイトからダウンロード

Visual Studio CommunityのWebサイトにアクセスし、ダウンロードボタンをクリック!
https://visualstudio.microsoft.com/ja/vs/community/

IDEとは (1).png

インストーラーの実行

ダウンロードが完了したら、ダウンロードフォルダにVisualStudioSetupというファイルが追加されていることを確認し、ダブルクリックで実行する。

インストーラー.png

ユーザーアカウント制御

ユーザーアカウント制御が表示された場合は、「はい」をクリック。

許可.png

ライセンスの確認

リンクは踏まずに「続行」をクリック

ライセンス.png

ワークロード選択

ワークロードの選択画面が表示されたら、「C++ によるゲーム開発」のみチェックを入れその他はすべて外す。

C++チェック.png

チェックができたらインストールをクリック

プラグインインストール.png

インストールが終了するまで待つ

image.png

Visual Studioの起動

インストールが完了すると、別タブでVisual Studioが開くので「今はスキップする」をクリック。

image.png

テーマカラーの設定

テーマカラーはお好みで構いません。
テーマカラー選択後「Visual Studioの開始」をクリック

image.png

起動確認

以下の画面が表示されたら無事Visual Studio起動完了です。
頻繁に使用する場合などはピン止めなどしておくと起動が楽になると思います。

image.png

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?