Tagged Questions
2
votes
2answers
794 views
Is shallow copy sufficient for structures with char[]?
I have a structure containing character arrays with no any other member functions. I am doing assignment operation between two instances of these structures. If I'm not mistaken, it is doing shallow ...