Click here to Skip to main content
15,899,754 members

Comments by Member 11648410 (Top 13 by date)

Member 11648410 24-Jun-16 1:29am View    
if the string is 345678
result would be
4*1,6*2,8*3
4,12,24

this sequence of numbers i will be using to calculate check sum
Member 11648410 23-Jun-16 22:49pm View    
strcpy(Inputarray,dis); forgot to add this ..Sorry
Member 11648410 24-May-16 6:26am View    
I am Using this in a DLL not MFC application. i dont have WM_PAINT.
Member 11648410 18-Jan-16 6:27am View    
Jochen Arndt whereto look up into the error codes.i have searched the header file but did not find the error codes
Member 11648410 16-Jan-16 19:43pm View    
Dave Kreskowiak. thank you for posting a solution to my query, Its a client requirement and i conveyed client the same words which you have written long back.Just i was searching for the last possible solution(if any).