MikkiCoding
Search…
Welcome!
👩🏫
👩💻 Introduction of Programming
การทำงานของคอมพิวเตอร์เบื้องต้น
การแปลภาษาของโปรแกรม
Flowchart
Preprocesser Directory
Basic Coding
🐍
Python for Beginner
แนะนำภาษา python
ติดตั้งโปรแกรม python ลงบน computer
การพิมพ์คำสั่งขั้นต้น
Data type และการประกาศตัวแปร
Comparison
Condition Statement
Loop Statement
การใช้ break, continue และ pass ใน statement
Function
Data structure
การทำงานร่วมกันกับไฟล์
Exception handling
Document และแหล่งเรียนรู้อื่นๆ
Website
Github
Facebook Page
Twitter
Youtube
Powered By
GitBook
Preprocesser Directory
ทุกไฟล์ในทุกภาษาจะต้องมีการเรียกใช้ library ต่างๆก่อน จึงจะเข้าสู่การ compile program เช่น
ในภาษา C จะมีการ #include เพื่อเรียกใช้ library และ #define เพื่อกำหนดค่าที่ใช้ในโปรแกรม
ในภาษา JAVA หรือในภาษา python จะมีการ import เพื่อเรียกใช้ library
👩💻 Introduction of Programming - Previous
Flowchart
Next - 👩💻 Introduction of Programming
Basic Coding
Last modified
4mo ago
Copy link
Edit on GitHub