Hi,
Simple question, in STL compatible application
should one use std::string or char[] / char*
types for working with strings ?
How to make decision ? What rulse should I consider ?
It may be a very trivial, but I ask for some others experience
rather than for explanation of 'How to use strings' ?
Thanks & regards
--
Mateusz £oskot
mateusz at loskot dot net
Simple question, in STL compatible application
should one use std::string or char[] / char*
types for working with strings ?
How to make decision ? What rulse should I consider ?
It may be a very trivial, but I ask for some others experience
rather than for explanation of 'How to use strings' ?
Thanks & regards
--
Mateusz £oskot
mateusz at loskot dot net
Comment