Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: _findfirst() can't see host on LAN Pin
David Crow9-Jun-07 6:47
David Crow9-Jun-07 6:47 
AnswerRe: _findfirst() can't see host on LAN Pin
Robert Palma Jr.9-Jun-07 7:45
Robert Palma Jr.9-Jun-07 7:45 
QuestionPrinting html file withought print dialog show Pin
pnpfriend8-Jun-07 9:57
pnpfriend8-Jun-07 9:57 
AnswerRe: Printing html file withought print dialog show Pin
ashukasama9-Jun-07 1:36
ashukasama9-Jun-07 1:36 
Questionproblem on work with Class CArray [modified] Pin
Immunity188-Jun-07 9:14
Immunity188-Jun-07 9:14 
AnswerRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 9:28
Mark Salsbery8-Jun-07 9:28 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 9:35
Immunity188-Jun-07 9:35 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 9:43
Mark Salsbery8-Jun-07 9:43 
Right Smile | :) But you should probably pass the array by reference (or you could use a pointer to the
array). Otherwise, like all function calls, a temporary array object needs to be created to pass
to a function every time you call one. That's a bit inefficient and unnecessary. Smile | :)

Actually, these are C++ specific words Poke tongue | ;-P

double CAnaktisiDlg::FindDF(CString file , CArray < CString, CString > &AFArray)
...
void CAnaktisiDlg::GetDF(CArray < CString , CString > &FArray)
...


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 9:33
Mark Salsbery8-Jun-07 9:33 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 9:37
Immunity188-Jun-07 9:37 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 9:47
Mark Salsbery8-Jun-07 9:47 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 9:53
Immunity188-Jun-07 9:53 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 9:56
Mark Salsbery8-Jun-07 9:56 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 9:58
Immunity188-Jun-07 9:58 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 10:05
Mark Salsbery8-Jun-07 10:05 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 10:18
Immunity188-Jun-07 10:18 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 10:42
Immunity188-Jun-07 10:42 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 11:00
Mark Salsbery8-Jun-07 11:00 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 11:03
Immunity188-Jun-07 11:03 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 11:08
Mark Salsbery8-Jun-07 11:08 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 11:09
Immunity188-Jun-07 11:09 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 11:04
Immunity188-Jun-07 11:04 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 11:11
Mark Salsbery8-Jun-07 11:11 
GeneralRe: problem on work with Class CArray Pin
Mark Salsbery8-Jun-07 11:12
Mark Salsbery8-Jun-07 11:12 
GeneralRe: problem on work with Class CArray Pin
Immunity188-Jun-07 11:13
Immunity188-Jun-07 11:13 

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.