Click here to Skip to main content
15,917,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change BSTR in Visual Basic as VC++? Pin
lsh486love9-Aug-09 18:16
lsh486love9-Aug-09 18:16 
AnswerRe: How to change BSTR in Visual Basic as VC++? Pin
Stuart Dootson10-Aug-09 0:39
professionalStuart Dootson10-Aug-09 0:39 
QuestionI want to display a Bitmap on the splitter Pin
lan_63738369-Aug-09 17:43
lan_63738369-Aug-09 17:43 
QuestionNeed help writing a few basic c programs to get through a college course...PAYING OUT THE NOSE!!! Pin
afbmet9-Aug-09 16:37
afbmet9-Aug-09 16:37 
QuestionVC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
Vaclav_9-Aug-09 15:18
Vaclav_9-Aug-09 15:18 
AnswerRe: VC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
_AnsHUMAN_ 9-Aug-09 20:14
_AnsHUMAN_ 9-Aug-09 20:14 
GeneralRe: VC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
Vaclav_10-Aug-09 12:48
Vaclav_10-Aug-09 12:48 
Questionwhere to get information about shell in registry and files. Pin
mr.dot9-Aug-09 7:52
mr.dot9-Aug-09 7:52 
AnswerRe: where to get information about shell in registry and files. Pin
Michael Schubert10-Aug-09 4:34
Michael Schubert10-Aug-09 4:34 
GeneralRe: where to get information about shell in registry and files. Pin
mr.dot10-Aug-09 15:11
mr.dot10-Aug-09 15:11 
QuestionMultiple language installation (setup) Pin
includeh109-Aug-09 3:35
includeh109-Aug-09 3:35 
AnswerRe: Multiple language installation (setup) Pin
«_Superman_»9-Aug-09 17:35
professional«_Superman_»9-Aug-09 17:35 
QuestionExecution Speed of C++ in different circumstances!!!! [modified] Pin
auto98178-Aug-09 11:46
auto98178-Aug-09 11:46 
AnswerRe: Execution Speed of C++ in different circumstances!!!! [modified] Pin
Moak8-Aug-09 12:46
Moak8-Aug-09 12:46 
AnswerRe: Execution Speed of C++ in different circumstances!!!! Pin
Maximilien9-Aug-09 1:47
Maximilien9-Aug-09 1:47 
I would first suggest using VS2008 compiler (which I believe you're not using) first; then
if you have the time and money, try the Intel compiler, it might be a little bit faster
in some operations, especially ones where the use of specific CPU hardware instruction codes
(SSE, ...)

If your matrix and vector operations work on large scale matrices, I would highly suggest
investing the in the Intel compiler AND the Intel MKL (math kernel library)

This signature was proudly tested on animals.

QuestionDisable esc key exit for MFC Application Pin
swinder8-Aug-09 9:11
swinder8-Aug-09 9:11 
AnswerRe: Disable esc key exit for MFC Application Pin
Code-o-mat8-Aug-09 9:43
Code-o-mat8-Aug-09 9:43 
AnswerRe: Disable esc key exit for MFC Application Pin
David Crow8-Aug-09 11:38
David Crow8-Aug-09 11:38 
GeneralRe: Disable esc key exit for MFC Application Pin
jon_fallon9-Aug-09 2:45
jon_fallon9-Aug-09 2:45 
AnswerRe: Disable esc key exit for MFC Application Pin
jon_fallon9-Aug-09 2:44
jon_fallon9-Aug-09 2:44 
QuestionRead Text File line be line.... Pin
spalanivel8-Aug-09 8:23
spalanivel8-Aug-09 8:23 
AnswerRe: Read Text File line be line.... Pin
PJ Arends8-Aug-09 9:23
professionalPJ Arends8-Aug-09 9:23 
AnswerRe: Read Text File line be line.... Pin
dybs9-Aug-09 16:20
dybs9-Aug-09 16:20 
QuestionStatus bar, owner-draw theme background? Pin
Moak8-Aug-09 8:15
Moak8-Aug-09 8:15 
AnswerRe: Status bar, owner-draw theme background? Pin
enhzflep9-Aug-09 1:59
enhzflep9-Aug-09 1:59 

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.