View Single Post
  #1  
Old 07-14-2009, 07:10 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default C++ To delphi conversions.

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
Reply With Quote