Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~424 People Reached
About Me

I HAVE DREAM but problem too!

Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for marioxp

I’ve build class with dynamic two dimensional array, and I’ve declared constructor and copy constructor and everything work fine until when I try assign object to object. Then I receive error in debugging. Probably something with copy constructor is wrong or eventually with destructor, but I don’t know how fix …

Member Avatar for Ancient Dragon
0
94
Member Avatar for marioxp

My problem is that I have to pass two dimensional array into member function and fill it. I've tried solve it on few ways but only success is without class in main fuction create object and fill array in that object, but that isn't what I need. I've read in …

Member Avatar for marioxp
0
160
Member Avatar for marioxp

I am new in programming and my problem is probably notorious but still is a problem. I want build class which can produce object which contain two dimensional dynamic array and member function which fill that array. Question is where I should to create the array, in function or in …

Member Avatar for Narue
0
170