|
#1
|
|||
|
|||
|
Was recently asked to convert some code, but I have a minimalistic ammount of knowledge of delphi and I wasn't able to convert this code. If you could help me out it would be great. void TypeStr(char *lpszString) { char cChar; while((cChar=*lpszString++)) // loops through chars { ...
__________________
Website Development Domain Name Forum |
|
|