getting length of a character string?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
can someone please tell me how to check to make sure that a string getting passed into my function is of length 9 exactly?
BSTR __stdcall FindBankName(char* strFilename, char* strRoutingNumber, BSTR strErrString)
thanks in advance, i am pretty unfamiliar with char arrays.. still a newb.. cut me some slack :P -dz
-
can someone please tell me how to check to make sure that a string getting passed into my function is of length 9 exactly?
BSTR __stdcall FindBankName(char* strFilename, char* strRoutingNumber, BSTR strErrString)
thanks in advance, i am pretty unfamiliar with char arrays.. still a newb.. cut me some slack :P -dz
-