Click here to Skip to main content
15,901,853 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Class inheritance problems Pin
User 665823-Jun-04 3:20
User 665823-Jun-04 3:20 
GeneralRe: Class inheritance problems Pin
David Crow23-Jun-04 3:26
David Crow23-Jun-04 3:26 
GeneralRe: Class inheritance problems Pin
User 665823-Jun-04 3:33
User 665823-Jun-04 3:33 
GeneralRe: Class inheritance problems Pin
suiram4023-Jun-04 8:32
suiram4023-Jun-04 8:32 
Generalerror C2593: 'operator +=' is ambiguous (watch my code) Pin
anderslundsgard23-Jun-04 2:24
anderslundsgard23-Jun-04 2:24 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
David Crow23-Jun-04 3:21
David Crow23-Jun-04 3:21 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
anderslundsgard29-Jun-04 22:44
anderslundsgard29-Jun-04 22:44 
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
V.23-Jun-04 3:23
professionalV.23-Jun-04 3:23 
Don't know why you get the error but try this:

strOut += strData[iPos];<br />
strOut +=  strKey[iKeyPos++];


Could be that this works. (else you still can use strOut.append(...))

Good luck.

"If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
GeneralRe: error C2593: 'operator +=' is ambiguous (watch my code) Pin
jmkhael23-Jun-04 7:25
jmkhael23-Jun-04 7:25 
QuestionHow to hide col. in listview Pin
Sumit Kapoor23-Jun-04 1:53
Sumit Kapoor23-Jun-04 1:53 
Generalcomputer names in local network Pin
windsock23-Jun-04 1:30
windsock23-Jun-04 1:30 
GeneralRe: computer names in local network Pin
David Crow23-Jun-04 3:36
David Crow23-Jun-04 3:36 
GeneralRe: computer names in local network Pin
windsock23-Jun-04 18:31
windsock23-Jun-04 18:31 
GeneralRe: computer names in local network Pin
David Crow24-Jun-04 3:52
David Crow24-Jun-04 3:52 
GeneralModeless Dialogs Pin
si_6923-Jun-04 1:30
si_6923-Jun-04 1:30 
GeneralRe: Modeless Dialogs Pin
David Crow23-Jun-04 3:46
David Crow23-Jun-04 3:46 
Generaldetecting CDatabase disconnections Pin
craigiek23-Jun-04 1:18
craigiek23-Jun-04 1:18 
GeneralConvert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 0:21
anderslundsgard23-Jun-04 0:21 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 0:36
Anthony_Yio23-Jun-04 0:36 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
anderslundsgard23-Jun-04 1:23
anderslundsgard23-Jun-04 1:23 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
Anthony_Yio23-Jun-04 16:09
Anthony_Yio23-Jun-04 16:09 
GeneralRe: Convert from VS 6.0 project to VS .NET project Pin
anderslundsgard29-Jun-04 23:50
anderslundsgard29-Jun-04 23:50 
GeneralODBC and C++ Pin
SuzannaS23-Jun-04 0:09
SuzannaS23-Jun-04 0:09 
GeneralRe: ODBC and C++ Pin
Sumit Kapoor23-Jun-04 1:50
Sumit Kapoor23-Jun-04 1:50 
GeneralRe: ODBC and C++ Pin
basementman23-Jun-04 5:34
basementman23-Jun-04 5:34 

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.