Click here to Skip to main content
15,920,468 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read File Pin
MsmVc15-Jun-10 20:39
MsmVc15-Jun-10 20:39 
GeneralRe: Read File Pin
Nuri Ismail15-Jun-10 20:45
Nuri Ismail15-Jun-10 20:45 
AnswerRe: Read File Pin
Nuri Ismail15-Jun-10 20:43
Nuri Ismail15-Jun-10 20:43 
JokeRe: Read File Pin
«_Superman_»15-Jun-10 20:49
professional«_Superman_»15-Jun-10 20:49 
Questionunhandled win32 exception occurred..?? Pin
krishnaram_198315-Jun-10 19:34
krishnaram_198315-Jun-10 19:34 
AnswerRe: unhandled win32 exception occurred..?? Pin
Cedric Moonen15-Jun-10 20:13
Cedric Moonen15-Jun-10 20:13 
GeneralRe: unhandled win32 exception occurred..?? Pin
Niklas L15-Jun-10 20:25
Niklas L15-Jun-10 20:25 
AnswerRe: unhandled win32 exception occurred..?? Pin
_AnsHUMAN_ 16-Jun-10 0:27
_AnsHUMAN_ 16-Jun-10 0:27 
AnswerRe: unhandled win32 exception occurred..?? Pin
Aescleal16-Jun-10 6:54
Aescleal16-Jun-10 6:54 
QuestionHow to play Windows Media Player in VC++.NET Pin
shiv@nand15-Jun-10 19:31
shiv@nand15-Jun-10 19:31 
GeneralRe: How to play Windows Media Player in VC++.NET Pin
Cool_Dev15-Jun-10 19:47
Cool_Dev15-Jun-10 19:47 
GeneralRe: How to play Windows Media Player in VC++.NET [modified] Pin
Destiny7775-Apr-11 9:06
Destiny7775-Apr-11 9:06 
Questioncopy a registry value to another value Pin
pubis15-Jun-10 16:07
pubis15-Jun-10 16:07 
AnswerRe: copy a registry value to another value Pin
«_Superman_»15-Jun-10 18:26
professional«_Superman_»15-Jun-10 18:26 
GeneralRe: copy a registry value to another value Pin
pubis16-Jun-10 4:26
pubis16-Jun-10 4:26 
GeneralRe: copy a registry value to another value Pin
«_Superman_»16-Jun-10 18:50
professional«_Superman_»16-Jun-10 18:50 
GeneralRe: copy a registry value to another value Pin
pubis17-Jun-10 4:00
pubis17-Jun-10 4:00 
AnswerRe: copy a registry value to another value Pin
pubis16-Jun-10 7:58
pubis16-Jun-10 7:58 
QuestionLarge Object Creation Pin
Baltoro15-Jun-10 13:06
Baltoro15-Jun-10 13:06 
AnswerRe: Large Object Creation Pin
Stephen Hewitt15-Jun-10 14:05
Stephen Hewitt15-Jun-10 14:05 
AnswerRe: Large Object Creation Pin
T210215-Jun-10 21:36
T210215-Jun-10 21:36 
Global variables kill optimization opportunities. Unless you understand memory well and will do all work from this class, you do not want to manage your own pool of memory like that. If you did chose to manage your own memory, then you may use C functions instead of new (especially if the data types are all primitive like double, long, int, etc.). This means that you have to handle construction, destruction properly yourself, but you can get speedups by bypassing unnecessary initializations.
AnswerRe: Large Object Creation Pin
Aescleal16-Jun-10 6:35
Aescleal16-Jun-10 6:35 
AnswerThanks for Information Pin
Baltoro16-Jun-10 13:53
Baltoro16-Jun-10 13:53 
QuestionMSMQ Events in 64 Bit Windows 2003 Server Pin
Hariharan.T15-Jun-10 11:13
Hariharan.T15-Jun-10 11:13 
QuestionDrawing a polygon onto a DIB? Pin
Kiran Satish15-Jun-10 6:47
Kiran Satish15-Jun-10 6:47 

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.