Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton20-Oct-04 8:00
Jim Crafton20-Oct-04 8:00 
GeneralRe: Need help!! Calling 1 DLL from another Pin
skinnyreptile16821-Oct-04 2:56
skinnyreptile16821-Oct-04 2:56 
GeneralRe: Need help!! Calling 1 DLL from another Pin
Jim Crafton21-Oct-04 8:28
Jim Crafton21-Oct-04 8:28 
QuestionHow do I reclaim this memory? Pin
LynnJ20-Oct-04 6:48
LynnJ20-Oct-04 6:48 
AnswerRe: How do I reclaim this memory? Pin
Maximilien20-Oct-04 6:55
Maximilien20-Oct-04 6:55 
GeneralRe: How do I reclaim this memory? Pin
LynnJ20-Oct-04 7:16
LynnJ20-Oct-04 7:16 
GeneralRe: How do I reclaim this memory? Pin
Joaquín M López Muñoz20-Oct-04 9:23
Joaquín M López Muñoz20-Oct-04 9:23 
GeneralRe: How do I reclaim this memory? Pin
David Crow20-Oct-04 10:06
David Crow20-Oct-04 10:06 
LynnJ wrote:
By the way, when I first learned arrays, I never saw a delete [] at the end of main - why is that?

Technically it's not necessary, but it is highly frowned upon to not clean up your mess(es). Once main() is done, Windows will free up any resources, including memory, that your program was using. This is not a license to write sloppy code, however.


"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow


QuestionHow do I set the cursor of an HWND? Pin
KellyR20-Oct-04 4:54
KellyR20-Oct-04 4:54 
AnswerRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 8:04
Jim Crafton20-Oct-04 8:04 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn20-Oct-04 9:10
sitebuilderMichael Dunn20-Oct-04 9:10 
GeneralRe: How do I set the cursor of an HWND? Pin
Jim Crafton20-Oct-04 14:56
Jim Crafton20-Oct-04 14:56 
GeneralRe: How do I set the cursor of an HWND? Pin
Michael Dunn21-Oct-04 3:22
sitebuilderMichael Dunn21-Oct-04 3:22 
GeneralRe: How do I set the cursor of an HWND? Pin
KellyR20-Oct-04 11:07
KellyR20-Oct-04 11:07 
GeneralDisplay html page on a dialog Pin
includeh1020-Oct-04 4:39
includeh1020-Oct-04 4:39 
GeneralRe: Display html page on a dialog Pin
Maximilien20-Oct-04 4:44
Maximilien20-Oct-04 4:44 
GeneralRe: Display html page on a dialog Pin
includeh1020-Oct-04 5:17
includeh1020-Oct-04 5:17 
GeneralTo make a different "button control" Pin
illidan9920-Oct-04 4:04
illidan9920-Oct-04 4:04 
GeneralRe: To make a different "button control" Pin
KellyR20-Oct-04 4:58
KellyR20-Oct-04 4:58 
GeneralRe: To make a different "button control" Pin
Maximilien20-Oct-04 6:15
Maximilien20-Oct-04 6:15 
GeneralRe: To make a different "button control" Pin
illidan9920-Oct-04 13:12
illidan9920-Oct-04 13:12 
GeneralError: Uresolved external ... LoadString(... Pin
Vladimir Dubovoy20-Oct-04 3:51
Vladimir Dubovoy20-Oct-04 3:51 
GeneralMilliseconds and SystemTimeToVariantTime Pin
Federico Milano20-Oct-04 3:46
Federico Milano20-Oct-04 3:46 
GeneralRe: Milliseconds and SystemTimeToVariantTime Pin
David Crow20-Oct-04 4:41
David Crow20-Oct-04 4:41 
GeneralHTTP status code of a web address Pin
si_6920-Oct-04 3:45
si_6920-Oct-04 3:45 

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.