포함 썸네일형 리스트형 strcmp 함수의 모호한 return value strcmp 함수는 스트링간 포함여부를 찾는데는 사용하기 어렵다. strstr 이나 strchar 를 사용해야 한다.두 string 이 완전히 동일한지만 판단이 용이하다. #include //#include #include #include #include #include #include #include // O_WRONLY#include // strlen() #define BUFF_SIZE 1024 int main(){ const char* standard = "12345"; const char* standard2 = "0123456"; const char* wrong = "a12"; const char* part = "234"; int rst=0; rst = strcmp(standard, standar.. 더보기 엑셀(excel) - 특정 문자가 포함되지 않는 문자열의 개수 구하기 찾고자 하는 문자열 앞에 ""& 를 붙이면 됩니다. A2~A12554 사이에서 .db 로 끝나지 않는 열의 갯수 구하기 =COUNTIF(A2:A12554,""&"*.db") 더보기 이전 1 다음