what it says. you cannot assign arrays like that. use memcpy or strcpy if s is a c-string.
by the way, "this+i" is something you should not do..
what is "this + i" means?
where are you want it to point to?
never try to write a code like that before
i didn't gibe you the whole code , that's why you didn't undertand (this+i) , and about my problem , i solved it :)
ty anyway ^_^
I'm pretty sure we know what it means, it's just not a good idea to do...