Thread
:
A problem with win32 Strings
View Single Post
#
3
(
permalink
)
06-09-2008, 02:47 PM
G_Morgan
Join Date: Oct 2007
Age: 24
Posts: 523
Last Blog:
Just over the next hil...
Credits:
0
Rep Power:
10
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.
G_Morgan
View Public Profile
Send a private message to G_Morgan
Find all posts by G_Morgan