Click to See Complete Forum and Search --> : Properties and copy constructors


MattTC
March 26th, 2009, 04:53 PM
I dont seem to be able to handle trivial properties (without explicitly written get and set methods) in a copy constructor! Am I doing something wrong here?

ahoodin
March 26th, 2009, 06:30 PM
Yep the problem is in your code. Line 6,20 and 55.

MattTC
March 27th, 2009, 03:02 AM
;) Ok, so what you say is it should be working? I thought it was som strange kind of managed restriction.

ahoodin
March 27th, 2009, 11:26 AM
Nope probably just a problem with your code, so post some already!:lol:

So what does a programmer have to do to make you post your code? Twist your arm?

MattTC
March 29th, 2009, 04:26 AM
Well, guess that would do it. :D
No need to post the code IŽll figure it out myself when needed. I just asumed when getting the error that you cant do that in C++/CLI.

ahoodin
March 29th, 2009, 01:15 PM
:ehh: