とらりもんHOME  Index  Search  Changes  Login

とらりもん - C language introduction Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

* (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

!Menu
*[[C intro 0. How C programing goes?]]
*[[C intro 1. Brief introduction]]
*[[C intro 2. for satement]]
*[[C intro 3. Variables]]
*[[C intro 4. if statement]]
*[[C intro 5. array]]
*[[C intro 6. file input/output]]
*[[C intro 7. argument]]
*[[C intro 8. debug]]

!Reference:

* [[C creaters|http://www.cs.princeton.edu/~bwk/]]
* [[Why learn C?|http://www.faqs.org/docs/learnc/x35.html]] ... "Learning GNU C" by Ciaran O'Riordan, 2002.
* [[Lessons for C programming|http://www.gi.ce.t.kyoto-u.ac.jp/user/susaki/c_eng/index_e.html]] ... For foreign students.


[Go back to [[C language introduction]]]