1 / 14

การใช้งาน Dev C

การใช้งาน Dev C. ง30212 การเขียนโปรแกรมด้วยภาษาคอมพิวเตอร์ ศูนย์คอมพิวเตอร์ โรงเรียนปลวกแดงพิทยาคม. Dev C คืออะไร. คือตัวแปรภาษาซีที่ทำงานบนวินโดว์ คล้างคลึงกับภาษาซีมาตรฐานแต่มีเครื่องมือช่วยเหลือในการพัฒนาโปรแกรม. การใช้งาน Dev C.

arne
Download Presentation

การใช้งาน Dev C

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. การใช้งาน Dev C ง30212 การเขียนโปรแกรมด้วยภาษาคอมพิวเตอร์ ศูนย์คอมพิวเตอร์ โรงเรียนปลวกแดงพิทยาคม

  2. Dev C คืออะไร • คือตัวแปรภาษาซีที่ทำงานบนวินโดว์ • คล้างคลึงกับภาษาซีมาตรฐานแต่มีเครื่องมือช่วยเหลือในการพัฒนาโปรแกรม

  3. การใช้งาน Dev C • ไปที่เมนู Start -> All Programs -> Bloodshed Dev-C++ -> Dev-C++

  4. หน้าตาของ Dev C

  5. การสร้างเอกสารใหม่ • ไปที่ file -> New -> Source File • หรือกด Ctrl+N

  6. องค์ประกอบของ Dev C เมนูต่างๆ พื้นที่สำหรับเขียนโปรแกรม

  7. เริ่มต้นเขียนโปรแกรม • พิมพ์ source code • Compile หรือ แปลโปรแกรม • รันโปรแกรม

  8. ให้พิมพ์ซอสโค๊ดต่อไปนี้ลงไปให้พิมพ์ซอสโค๊ดต่อไปนี้ลงไป • #include <stdio.h> • main() • { • printf(“Hello World!”); • getchar(); • }

  9. การเขียนซอสโค๊ด Dev C

  10. คอมไพล์โปรแกรม • ไปที่ execute -> compile หรือ Ctrl+F9

  11. คอมไพล์โปรแกรม • Save ชื่อ source file และตั้งชื่อ

  12. ผลการคอมไพล์ • ถ้าคำสั่งถูกต้องจะได้ผลดังนี้

  13. รันโปรแกรม • ไปที่ execute -> run หรือ Ctrl+F10 ได้ดังนี้

  14. การแก้ไขซอสโค๊ด • เปิดไฟล์เดิม File -> Open project or File • เลือกไฟล์ที่ต้องการ

More Related