Results 1 to 3 of 3

Thread: Re: ไฟล์ที่นามสกุล .c นี่จะรันยังไงคับผม

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Location
    United States
    Posts
    4


    ไฟล์ที่นามสกุล .c นี่จะรันยังไงคับผม

    ช่วยบอกวิธีการรันไฟล์ที่นามสกุล *.c หน่อยคับ ว่าจะสามารถรันได้ยังไงคับ

  2. #2
    Administrator asylu3's Avatar
    Join Date
    Jun 2000
    Location
    Thailand
    Posts
    3,557


    Re: ไฟล์ที่นามสกุล .c นี่จะรันยังไงคับผม

    Code:
    gcc < c file > -o < name of output >
    เช่น

    Code:
    gcc test.c -o test
    หลักจากนั้นทำการสั้ง exec "test" โดย

    [code]#./test

  3. #3
    Anonymous
    Guest


    Re: ไฟล์ที่นามสกุล .c นี่จะรันยังไงคับผม

    ที่คุณ admin บอกนี่ของ Linux ใช่มั้ยคับ แล้วของ windows นี่ทำยังไงเหรอคับ

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •