Questions tagged [tinyxml2]

TinyXML-2 is a simple, small, efficient, C++ XML parser

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

106 questions
-3
votes
1 answer

C++ Why can't I get into an if condition if the statement is true?

I made a for loop in the constructor that goes through XML elements of bricks and creates the brick depending on what the Id is. I even checked typeid in case mId wasnt a char but it's const char*. The std::cout << "Made it in"; never triggers. Here…
1 2 3 4 5 6 7
8