Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 13:37
BrockVnm24-Jan-04 13:37 
GeneralDirectMusic looping wavs Pin
Mad Docs Hairy Belly24-Jan-04 9:08
Mad Docs Hairy Belly24-Jan-04 9:08 
Generalconstructor implementation question Pin
nss24-Jan-04 8:20
nss24-Jan-04 8:20 
GeneralRe: constructor implementation question Pin
bneacetp24-Jan-04 15:05
bneacetp24-Jan-04 15:05 
GeneralRe: constructor --thanks! Pin
nss24-Jan-04 16:37
nss24-Jan-04 16:37 
GeneralRe: constructor --thanks! Pin
bneacetp24-Jan-04 17:59
bneacetp24-Jan-04 17:59 
GeneralATL ActiveX > .NET Pin
dabossuk24-Jan-04 6:21
dabossuk24-Jan-04 6:21 
GeneralOverloading the = operator Pin
magpierre24-Jan-04 5:37
magpierre24-Jan-04 5:37 
Hi,

I try to overload the = operator on a class like following,

CString nomZone;
CArray<ccomposantzone, ccomposantzone=""> composantsZone;

CZone &operator= (const CZone &zone)
{return CZone(zone.nomZone, &(zone.composantsZone));}

but when I build I get this message :

error C2665: 'CZone::CZone' : none of the 4 overloads can convert parameter 2 from type 'const class CArray<class ccomposantzone,class="" ccomposantzone=""> *'

Any idea could help,

thanks,

Pierre
GeneralRe: Overloading the = operator Pin
J. Eric Vaughan24-Jan-04 6:04
J. Eric Vaughan24-Jan-04 6:04 
GeneralRe: Overloading the = operator Pin
Jörgen Sigvardsson24-Jan-04 6:04
Jörgen Sigvardsson24-Jan-04 6:04 
GeneralC++ Question. Pin
WREY24-Jan-04 4:42
WREY24-Jan-04 4:42 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:09
Jörgen Sigvardsson24-Jan-04 5:09 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 5:56
WREY24-Jan-04 5:56 
GeneralRe: C++ Question. Pin
PJ Arends24-Jan-04 9:35
professionalPJ Arends24-Jan-04 9:35 
GeneralRe: C++ Question. Pin
MrNiceBerG24-Jan-04 5:25
MrNiceBerG24-Jan-04 5:25 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:59
Jörgen Sigvardsson24-Jan-04 5:59 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 6:04
WREY24-Jan-04 6:04 
GeneralRe: C++ Question. Pin
Michael Dunn24-Jan-04 6:13
sitebuilderMichael Dunn24-Jan-04 6:13 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 9:42
Jörgen Sigvardsson24-Jan-04 9:42 
GeneralRe: C++ Question. Pin
Inam24-Jan-04 6:57
Inam24-Jan-04 6:57 
GeneralRe: C++ Question. Pin
WREY25-Jan-04 0:22
WREY25-Jan-04 0:22 
GeneralRe: C++ Question. Pin
wb25-Jan-04 4:48
wb25-Jan-04 4:48 
GeneralRe: C++ Question. Pin
Gerald Schwab25-Jan-04 16:29
Gerald Schwab25-Jan-04 16:29 
GeneralRe: C++ Question. Pin
toxcct25-Jan-04 22:58
toxcct25-Jan-04 22:58 
GeneralRe: C++ Question. Pin
WREY26-Jan-04 3:58
WREY26-Jan-04 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.