home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH07
/
A070946.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-07
|
245 b
|
7 lines
Here, the new operator allocates 13 bytes in
the dynamic memory area. The standard function
strcpy() copies the string "text in code" into
these bytes. The value of the pointer
"point_to_free" is the location of the copy of
this string.