學習筆記(03):《ACM競賽-C/C++入門》 C語言-4-sscanf實戰數據挖取

立即學習:https://edu.csdn.net/course/play/21076/260777?utm_source=blogtoedu sscanf數據挖掘例子: char str[100]="李生  男  21  大學「; int age; sscanf(str,」 %*s,%*s  ,%d,   %*s ", &age);   上面代碼的作用是將str字符串裏的21提取到age變量中。
相關文章
相關標籤/搜索