Thread
:
'CIN' full sentences?
View Single Post
Nov 29th, 2005, 6:23 AM
#
32
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
To specifically answer post #29: You didn't read my previous post. One can pass a C++ string into a C-string situation by passing
ElStringo.c_str ()
. The c_str () method represents the string as a C string. It is readable, not writable.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei