推介:| Web Hosting | 外賣系統 | Server colocation | Web Shop System | Makeup course |

查看完整版本: 如何用strcmp?

leelowmay 2007-4-21 19:40

如何用strcmp?

在c program內,如果我想在txt file 用fgetc 讀一堆英文名,再用strcmp去排次序,可以點做,thx

example (in the txt file)
tree apple ban word apply

result:
apple apply ban tree word

天黑到天亮 2007-5-4 16:14

如何用strcmp?

在c program內,如果我想在txt file 用fgetc 讀一堆英文名,再用strcmp去排次序,可以點做,thx

ccdos 2007-5-18 15:58

qsort() can do it, why do you need strcmp? is it homework? bubble sort is easiest.

gicky555 2007-5-23 00:21

*** 作者被禁止或刪除 內容自動屏蔽 ***
頁: [1]
查看完整版本: 如何用strcmp?