とらりもんHOME  Index  Search  Changes  Login

C language introduction

  • (This is an English version of C言語入門)
  • Created by Kenlo Nasahara, Univ Tsukuba, 2018/10/15

Introduction

C language is one of the most widely used computer languages in the world. It is a basis of other new computer languages like Java and C++. All UNIX system (including Linux) has C language because they are created in C language. This content gives you very basic skills of C languages for your research. We assume you know basic skills of Linux.

Preparation

Please use a Linux computer to get training in this course. If you have own Ubuntu Linux, please type the following command to make sure that you have C language:

$ sudo apt-get install gcc manpages-ja-dev

Reference:

[Go back to C language introduction]