【分享】看這種月曆才叫度日如年...
visual studio 2010 - Max string length using scanf -> ANSI C - Stack OverflowI have: #define MAX_STR_LEN 100 and I want to put into scanf pattern, so I can control the string length: scanf("%100[^\n]s",sometext) I tried: scanf("%MAX_STR_LEN[^\n]s ......
全文閱讀