iT邦幫忙

spider 所有喜歡的回答 3

使用函式回傳字串 [C語言]

使用 malloc 分配動態記憶體也是一種方法: #include<stdio.h> #include<stdlib.h> #inclu...

2021-07-05 ‧ 由 spider 提問

使用函式回傳字串 [C語言]

都用了string,為什麼還用char?C++要用char處理變動長度的字串很麻煩.用string就好了. #include <iostream>...

2021-07-04 ‧ 由 spider 提問

陣列收尋問題 [使用C語言]

以下提供參考看看可不可用 #include <stdio.h> #include <stdlib.h> #include <st...

2021-06-18 ‧ 由 spider 提問