#comparing graph element to string
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
here is console output for more details
replace the double quotes with single quotes
and don't use strcmp to compare chars (it's in the name)
also from the title it seems like you want strings
std::string is the "string" you'd expect from other languages
so try to avoid c styled strings (array of chars) unless you specifically need it
Thank you and let us know if you have any more questions!
[SOLVED] comparing graph element to string
@bitter bluff
This question thread is being automatically marked as solved.