TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Barney Sperlin
NA
3
0
XML to TreeView
Mar 24 2008 10:50 AM
Hello,
I was reading a C# explanation, with code, of reading an XML file and outputting it to a TreeView GUI in a form. Trying to translate it to C++ I haven't found a proper translation for a line in a recursive stop that says:
node.NodeType == XmlNodeType.Text || node.NodeType == XmlNodeType.CDATA
What is the proper VC++2005 version of this?
Thanks,
Barney
Reply
Answers (
2
)
Trying to output char* to screen
How to overcome linker error