Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple mathematical equations and graphs Pin
Ravi Bhavnani11-Apr-04 6:23
professionalRavi Bhavnani11-Apr-04 6:23 
GeneralRe: Simple mathematical equations and graphs Pin
calius11-Apr-04 6:29
calius11-Apr-04 6:29 
GeneralRe: Simple mathematical equations and graphs Pin
toxcct11-Apr-04 22:06
toxcct11-Apr-04 22:06 
GeneralRe: Simple mathematical equations and graphs Pin
John R. Shaw11-Apr-04 23:45
John R. Shaw11-Apr-04 23:45 
GeneralHiding my menu bar Pin
yanuart11-Apr-04 5:57
yanuart11-Apr-04 5:57 
GeneralRe: Hiding my menu bar Pin
Ravi Bhavnani11-Apr-04 6:25
professionalRavi Bhavnani11-Apr-04 6:25 
GeneralCList class Pin
packetlos11-Apr-04 5:01
packetlos11-Apr-04 5:01 
GeneralRe: CList class Pin
Ravi Bhavnani11-Apr-04 6:29
professionalRavi Bhavnani11-Apr-04 6:29 
Did you mean to do this instead?
packetCapture.AddTail (&filledStruct);
Also remember that filledStruct must be in scope for its address to be valid when you access the list after populating it. You might want to consider new()ing instances of DATAGRAM and adding those instances to the list. They will be around as long as your application runs since they're created on the heap. Be sure to free up this memory before your app exits.

/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralGantt Chart Algorithm Pin
ayman_fci11-Apr-04 4:42
ayman_fci11-Apr-04 4:42 
GeneralRe: Gantt Chart Algorithm Pin
cmk12-Apr-04 11:59
cmk12-Apr-04 11:59 
Generalruntime error . please help Pin
mloolm11-Apr-04 4:17
mloolm11-Apr-04 4:17 
Questionwhat is "Default IME" Pin
tank102511-Apr-04 2:19
tank102511-Apr-04 2:19 
QuestionRich text Control - HOW to set that user cannot copy text? Pin
GirlsCanProgram11-Apr-04 2:17
GirlsCanProgram11-Apr-04 2:17 
AnswerRe: Rich text Control - HOW to set that user cannot copy text? Pin
Renjith Ramachandran11-Apr-04 5:34
Renjith Ramachandran11-Apr-04 5:34 
GeneralRe: Rich text Control - HOW to set that user cannot copy text? Pin
Anonymous11-Apr-04 6:58
Anonymous11-Apr-04 6:58 
AnswerRe: Rich text Control - HOW to set that user cannot copy text? Pin
Ravi Bhavnani11-Apr-04 11:32
professionalRavi Bhavnani11-Apr-04 11:32 
GeneralRe: Rich text Control - HOW to set that user cannot copy text? Pin
Anonynmous11-Apr-04 12:02
sussAnonynmous11-Apr-04 12:02 
AnswerRe: Rich text Control - HOW to set that user cannot copy text? Pin
gUrM33T11-Apr-04 15:40
gUrM33T11-Apr-04 15:40 
GeneralVC program compiled on XP Home does not run on XP Pro?!?! Pin
Tony Westminster11-Apr-04 0:52
Tony Westminster11-Apr-04 0:52 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
Michael P Butler11-Apr-04 1:05
Michael P Butler11-Apr-04 1:05 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
Tony Westminster11-Apr-04 2:45
Tony Westminster11-Apr-04 2:45 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
quzi11-Apr-04 2:26
quzi11-Apr-04 2:26 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
Michael Dunn11-Apr-04 6:14
sitebuilderMichael Dunn11-Apr-04 6:14 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
Tony Westminster11-Apr-04 6:55
Tony Westminster11-Apr-04 6:55 
GeneralRe: VC program compiled on XP Home does not run on XP Pro?!?! Pin
Mamad8769-Jun-04 22:11
Mamad8769-Jun-04 22: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.