View Single Post
  #3 (permalink)  
Old 06-09-2008, 02:47 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 523
Last Blog:
Just over the next hil...
Credits: 0
Rep Power: 10
G_Morgan is a jewel in the roughG_Morgan is a jewel in the roughG_Morgan is a jewel in the rough
Default Re: A problem with win32 Strings

Entering a string literal in that way automatically passes in a pointer. Remember that a C string is just a character array and an array is just a pointer.
Reply With Quote