Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mfc42.dll Pin
Adam Gritt26-Sep-03 3:34
Adam Gritt26-Sep-03 3:34 
GeneralRe: mfc42.dll Pin
Alvaro Mendez26-Sep-03 5:24
Alvaro Mendez26-Sep-03 5:24 
GeneralRe: mfc42.dll Pin
Steve S26-Sep-03 6:00
Steve S26-Sep-03 6:00 
GeneralRe: mfc42.dll Pin
Orhun Birsoy26-Sep-03 6:03
Orhun Birsoy26-Sep-03 6:03 
Generalabout clipboard Pin
rcw7526-Sep-03 2:34
rcw7526-Sep-03 2:34 
GeneralRe: about clipboard Pin
David Crow26-Sep-03 2:54
David Crow26-Sep-03 2:54 
GeneralArray Pin
sardinka26-Sep-03 2:34
sardinka26-Sep-03 2:34 
GeneralRe: Array Pin
Adam Gritt26-Sep-03 2:46
Adam Gritt26-Sep-03 2:46 
Typically when I need to do this I have:

enum Test
{
Item 1
Item 2
.
.
.
Item N
TestEnd
}

then I just use (TestEnd - Item 1) for the size on the array. Just make sure that if you add to the enumeration that TestEnd or whatever you call it is always the last item. This will create a proper sized array.
GeneralRe: Array Pin
sardinka26-Sep-03 3:00
sardinka26-Sep-03 3:00 
GeneralRe: Array Pin
Adam Gritt26-Sep-03 3:20
Adam Gritt26-Sep-03 3:20 
GeneralRe: Array Pin
sardinka26-Sep-03 3:35
sardinka26-Sep-03 3:35 
GeneralRe: Array Pin
Adam Gritt26-Sep-03 3:48
Adam Gritt26-Sep-03 3:48 
GeneralRe: Array Pin
sardinka26-Sep-03 3:53
sardinka26-Sep-03 3:53 
QuestionHow to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 2:04
George226-Sep-03 2:04 
AnswerRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
Adam Gritt26-Sep-03 2:48
Adam Gritt26-Sep-03 2:48 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:08
George226-Sep-03 3:08 
AnswerRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
David Crow26-Sep-03 2:57
David Crow26-Sep-03 2:57 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:09
George226-Sep-03 3:09 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
Adam Gritt26-Sep-03 3:25
Adam Gritt26-Sep-03 3:25 
GeneralRe: How to dump debug information to VC 6.0's debug window in a MFC project? Pin
George226-Sep-03 3:40
George226-Sep-03 3:40 
GeneralVC++ / VB CreateObject Function Pin
Carlos Mariano26-Sep-03 1:54
Carlos Mariano26-Sep-03 1:54 
Generalchange ip adress via visual c++ Pin
User 21595626-Sep-03 1:31
User 21595626-Sep-03 1:31 
GeneralRe: change ip adress via visual c++ Pin
igor196026-Sep-03 7:47
igor196026-Sep-03 7:47 
GeneralDirect draw and Multimon problem Pin
Member 91916026-Sep-03 1:30
Member 91916026-Sep-03 1:30 
GeneralResolution problem with my MFC - programms under Windows 2000 Pin
postamt26-Sep-03 1:11
postamt26-Sep-03 1:11 

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.