Click here to Skip to main content
15,887,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Bram van Kampen12-Jul-08 13:55
Bram van Kampen12-Jul-08 13:55 
AnswerRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg12-Jul-08 19:58
Saurabh.Garg12-Jul-08 19:58 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 3:04
mvaMarc Clifton13-Jul-08 3:04 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg13-Jul-08 4:28
Saurabh.Garg13-Jul-08 4:28 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 5:43
mvaMarc Clifton13-Jul-08 5:43 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Saurabh.Garg13-Jul-08 4:30
Saurabh.Garg13-Jul-08 4:30 
GeneralRe: WTF: Linker can only find inline functions [modified] - Solved Pin
Marc Clifton13-Jul-08 5:45
mvaMarc Clifton13-Jul-08 5:45 
QuestionCArray in CMap Pin
Trupti Mehta12-Jul-08 4:35
Trupti Mehta12-Jul-08 4:35 
Hello,

I use EVC++4 for ARMV4I device. I have come across a situation where I find difficult to figure out few things.

I store data in a file like:
1+Oper 1+1+Dept 1+12+2+1.0+2+2.0+3.5+1+3.5
-------- ----------- - --------- ---------
Obj 1 Obj 2 S Obj 3 Obj 3 S-> # of objects stored of Obj 3 type

Now I am reading the file & I want data in a form where value of 1 from Obj 2 is against all the values of Obj 3. So,
1 Obj 3
Obj 3
For this I believe I should have a CArray in a CMap. The CArray can contain all Obj3 & value remains as the key of the CMap.

I am not able to make out how do I declare the CArray & the CMap. I am getting errors of CArray: no operator = ....

Can anyone help me create CArray & CMap respectively & also show how to add contents in the array & map rexpectively.
While reading file, I might need to access the saved CArray & add more if I come across the same number again.

I am using EVC so please provide only MFC or general C/C++ solutions - No std, ATL, etc. Evc doesn't support CArrayEx & CMapEx.

Help is highly appreciated.

Thanks

Terry

AnswerRe: CArray in CMap Pin
Ștefan-Mihai MOGA12-Jul-08 23:06
professionalȘtefan-Mihai MOGA12-Jul-08 23:06 
GeneralRe: CArray in CMap Pin
Trupti Mehta13-Jul-08 0:36
Trupti Mehta13-Jul-08 0:36 
QuestionHow can create an SDI type project inside in another SDI type project? Pin
Le@rner12-Jul-08 2:28
Le@rner12-Jul-08 2:28 
AnswerRe: How can create an SDI type project inside in another SDI type project? Pin
Nelek14-Jul-08 21:06
protectorNelek14-Jul-08 21:06 
QuestionUpdate only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 2:05
CrocodileBuck12-Jul-08 2:05 
AnswerRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
Prasann Mayekar12-Jul-08 3:41
Prasann Mayekar12-Jul-08 3:41 
GeneralRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 4:09
CrocodileBuck12-Jul-08 4:09 
GeneralRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
CrocodileBuck12-Jul-08 4:11
CrocodileBuck12-Jul-08 4:11 
QuestionRe: Update only a part of a View with OnUpdateAllViews 2nd ! Pin
David Crow12-Jul-08 7:38
David Crow12-Jul-08 7:38 
Questionstring table error Pin
erfi12-Jul-08 1:20
erfi12-Jul-08 1:20 
AnswerRe: string table error Pin
Bram van Kampen12-Jul-08 13:58
Bram van Kampen12-Jul-08 13:58 
QuestionCBitmapbutton Behaviour Pin
AnithaSubramani12-Jul-08 0:10
AnithaSubramani12-Jul-08 0:10 
AnswerRe: CBitmapbutton Behaviour Pin
Gary R. Wheeler12-Jul-08 3:16
Gary R. Wheeler12-Jul-08 3:16 
GeneralRe: CBitmapbutton Behaviour Pin
AnithaSubramani14-Jul-08 4:46
AnithaSubramani14-Jul-08 4:46 
GeneralRe: CBitmapbutton Behaviour Pin
Gary R. Wheeler14-Jul-08 9:37
Gary R. Wheeler14-Jul-08 9:37 
Questiontab controls in vc++ Pin
ani_ikram11-Jul-08 22:50
ani_ikram11-Jul-08 22:50 
AnswerRe: tab controls in vc++ Pin
sudhir_Kumar11-Jul-08 23:04
sudhir_Kumar11-Jul-08 23:04 

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.