londonDevil
Programmer
How do I search through arrays character by charcter looking for spaces in order to count the words ?
I have gone as far as saving the info from two seperate windows in two different arrays, on selecting a menu option 'Save' as can be seen from the code below:
......
case IDM_SAVE:
GetWindowText(hWndSmall, Module[index].szTitle, TITLESIZE);
GetWindowText(hWndBig, Module[index].szAbstract, ABSTRACTSIZE);
index++;
.....
Hope 1 of you can shine a light on this.
Thanks! Really Appreciated!
I have gone as far as saving the info from two seperate windows in two different arrays, on selecting a menu option 'Save' as can be seen from the code below:
......
case IDM_SAVE:
GetWindowText(hWndSmall, Module[index].szTitle, TITLESIZE);
GetWindowText(hWndBig, Module[index].szAbstract, ABSTRACTSIZE);
index++;
.....
Hope 1 of you can shine a light on this.
Thanks! Really Appreciated!