View Single Post
Old Nov 29th, 2005, 6:23 AM   #32
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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 is offline   Reply With Quote