|
Hi,
you have backslashes at line 41 and
others.
You
don't need them unless you write a macro.
I
would use "std::string" instead of just "string".
You
get a memory leak. Try instead:
-----------------------------------------------------------------------------------
char*
transcoded = XMLString::transcode( fromXMLCh );
std::string myStr = transcoded;
...
delete
[] transcoded;
-----------------------------------------------------------------------------------
--
|
- Fw: internal compiler error suresh
- RE: internal compiler error Radovan Chytracek
- RE: internal compiler error Mark Weaver
- Re: internal compiler error suresh
- Re: internal compiler error suresh
