Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAssigning the max Size for object arrays Pin
Spykraft23-Feb-06 3:33
Spykraft23-Feb-06 3:33 
AnswerRe: Assigning the max Size for object arrays Pin
David Crow23-Feb-06 3:58
David Crow23-Feb-06 3:58 
GeneralRe: Assigning the max Size for object arrays Pin
Spykraft23-Feb-06 4:13
Spykraft23-Feb-06 4:13 
GeneralRe: Assigning the max Size for object arrays Pin
Cedric Moonen23-Feb-06 4:17
Cedric Moonen23-Feb-06 4:17 
GeneralRe: Assigning the max Size for object arrays Pin
toxcct23-Feb-06 4:18
toxcct23-Feb-06 4:18 
QuestionCalling va_start Multiple Times... Pin
James R. Twine23-Feb-06 3:12
James R. Twine23-Feb-06 3:12 
AnswerRe: Calling va_start Multiple Times... Pin
peterchen23-Feb-06 5:06
peterchen23-Feb-06 5:06 
GeneralRe: Calling va_start Multiple Times... Pin
James R. Twine23-Feb-06 5:20
James R. Twine23-Feb-06 5:20 
   There are no portability concerns here - this is, and always will be, a Win32 implementation.  Only concerns would be compiler differences if/when this implementation is built on a newer version of the compiler.

   My concern is one of works vs. correct.  It might work, but is it correct to do so, so I will not expect any side-effects in the future.

   I do not expect it to be a problem, because va_start just resets the internal pointer to the beginning of the argument list, and there seems to be no other state stored outside of calls to va_arg, but it is always worth asking to make sure noone else has tried this and bombed! Smile | :)

   Thanks!

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: Calling va_start Multiple Times... Pin
peterchen23-Feb-06 6:24
peterchen23-Feb-06 6:24 
AnswerRe: Calling va_start Multiple Times... Pin
Joe Woodbury23-Feb-06 9:08
professionalJoe Woodbury23-Feb-06 9:08 
AnswerRe: Calling va_start Multiple Times... Pin
Ryan Binns23-Feb-06 14:58
Ryan Binns23-Feb-06 14:58 
Questioncompiler setting Pin
vaibhav shinde23-Feb-06 2:56
vaibhav shinde23-Feb-06 2:56 
AnswerRe: compiler setting Pin
vaibhav shinde23-Feb-06 2:58
vaibhav shinde23-Feb-06 2:58 
QuestionWriting a browser plugin Pin
ice_and_fire23-Feb-06 2:55
ice_and_fire23-Feb-06 2:55 
AnswerRe: Writing a browser plugin Pin
David Crow23-Feb-06 2:56
David Crow23-Feb-06 2:56 
QuestionCalling a function Pin
srija23-Feb-06 2:22
srija23-Feb-06 2:22 
AnswerRe: Calling a function Pin
toxcct23-Feb-06 2:27
toxcct23-Feb-06 2:27 
QuestionRe: Calling a function Pin
David Crow23-Feb-06 2:55
David Crow23-Feb-06 2:55 
QuestionError In Building simple ATL application Pin
maharaja pandian23-Feb-06 1:46
maharaja pandian23-Feb-06 1:46 
QuestionHow to Execute a process before win logon??? Pin
Mohiul Alam Chowdhury Rony23-Feb-06 1:37
Mohiul Alam Chowdhury Rony23-Feb-06 1:37 
AnswerRe: How to Execute a process before win logon??? Pin
James R. Twine23-Feb-06 2:42
James R. Twine23-Feb-06 2:42 
AnswerRe: How to Execute a process before win logon??? Pin
Roger Stoltz23-Feb-06 2:51
Roger Stoltz23-Feb-06 2:51 
QuestionRe: How to Execute a process before win logon??? Pin
Mohiul Alam Chowdhury Rony23-Feb-06 16:53
Mohiul Alam Chowdhury Rony23-Feb-06 16:53 
AnswerRe: How to Execute a process before win logon??? Pin
David Crow23-Feb-06 3:00
David Crow23-Feb-06 3:00 
QuestionBuffer Overrun in SQLDriverConnect()? Pin
meet2nishith23-Feb-06 1:26
meet2nishith23-Feb-06 1:26 

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.