Thread
:
Iterator assertion failure. How?
View Single Post
•
•
Join Date: Aug 2005
Posts: 15,682
Reputation:
Solved Threads: 1505
Ancient Dragon
Offline
Still Learning
Re: Iterator assertion failure. How?
0
#
9
May 16th, 2008
>>if( (s_current.compare(struct_filedata.name) && s_parrent.compare(struct_filedata.name)) )
use || operator instead of && because it can't be both at the same time.
I told Santa what I wanted for Christmas and he washed my mouth out with soap.
Ancient Dragon
View Public Profile
Find all posts by Ancient Dragon