ผลต่างระหว่างรุ่นของ "Learning Ruby"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 9: แถว 9:
  
 
A copy of the license is included [http://theory.cpe.ku.ac.th/~pramook/FDL.html/ here].
 
A copy of the license is included [http://theory.cpe.ku.ac.th/~pramook/FDL.html/ here].
 +
 +
== คำแนะนำทั่วไป ==
 +
* [[Learning Ruby/Where to Get Help|เมื่อมีข้อสงสัยจะทำอย่างไร]]
 +
* [[Learning Ruby/How to Install Ruby|การติดตั้งภาษารูบี้]]
 +
 +
== สารบัญ ==
 +
=== บทที่ 1: ความรู้พื้นฐาน ===
 +
# [[Learning Ruby/Chapter 1: First Steps|ก้าวแรก]]
 +
# [[Learning Ruby/Chapter 1: Strings|สตริง]]
 +
# [[Learning Ruby/Chapter 1: New names for old things|ชื่อใหม่ของของเก่า]]
 +
# [[Learning Ruby/Chapter 1: Variables|ตัวแปร]]
 +
# [[Learning Ruby/Chapter 1: Your first program|โปรแกรมแรก]]
 +
# [[Learning Ruby/Chapter 1: Writing good programs|การเขียนโปรแกรมที่ดี]]

รุ่นแก้ไขเมื่อ 12:21, 16 กรกฎาคม 2552

เอกสารนี้เขียนขึ้นเพื่อให้ความรู้เกี่ยวกับไวยากรณ์และการเขียนโปรแกรมภาษารูบี้เบื้องต้น ผู้เขียนสมมติว่าผู้อ่านสามารถเขียนโปรแกรมด้วยภาษาเชิงวัตถุอย่าง C++ หรือ Java ได้อยู่แล้ว เอกสารนี้ไม่ใช่เอกสารสอนเขียนโปรแกรม

เกี่ยวกับลิิขสิทธิ์

เอกสารนี้แปลมากจากเอกสาร Learning Ruby ของ Daniel Carrera (http://www.math.umd.edu/~dcarrera/ruby/0.3/)

Copyright (c) 2003 Daniel Carrera

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included here.

คำแนะนำทั่วไป

สารบัญ

บทที่ 1: ความรู้พื้นฐาน

  1. ก้าวแรก
  2. สตริง
  3. ชื่อใหม่ของของเก่า
  4. ตัวแปร
  5. โปรแกรมแรก
  6. การเขียนโปรแกรมที่ดี