Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calling Outlook Express Pin
David Crow21-Dec-06 3:25
David Crow21-Dec-06 3:25 
GeneralRe: Calling Outlook Express Pin
doctorpi21-Dec-06 4:04
doctorpi21-Dec-06 4:04 
GeneralRe: Calling Outlook Express Pin
David Crow21-Dec-06 4:47
David Crow21-Dec-06 4:47 
QuestionShould I learn C++ after C#? Pin
Alebas21-Dec-06 1:43
Alebas21-Dec-06 1:43 
AnswerRe: Should I learn C++ after C#? Pin
Rage21-Dec-06 1:51
professionalRage21-Dec-06 1:51 
AnswerRe: Should I learn C++ after C#? Pin
James R. Twine21-Dec-06 1:53
James R. Twine21-Dec-06 1:53 
GeneralRe: Should I learn C++ after C#? Pin
Alebas22-Dec-06 2:18
Alebas22-Dec-06 2:18 
GeneralRe: Should I learn C++ after C#? Pin
James R. Twine22-Dec-06 8:17
James R. Twine22-Dec-06 8:17 
Alebas wrote:
I mean that C++ guys helped me to find a solution of a problem, but they did not of course just re-write some piece of program using C++ to make the program working faster.


   I did not think that is what happened, sorry if I implied that.

   I think that an understanding of the Win32 API as it relates to the functionality that is presented to you through the framework would be good to learn.  If things like Mono ever become (more?) mainstream, it would also help explain why one feature works differently faster/slower/side-effects on architecture/OS than another.  I believe that learning something a bit lower level like C/C++ would help in those areas, as well as an understanding of data structures (linked lists, hash tables, etc.) and algorithms and how they work are are implemented.

   As far as assembly, I have never written any significant amount of assembly code myself.  I have replaced a memcpy(...) here and there, but nothing serious.  I think that an understanding of machine structures/architecture (how a CPU works, particularly ones you are using) and how your OS manages memory is more important, so that you begin to understand things like spatial and temporal locality when dealing with multiple items or sets of data and how they can affect performance.

   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!)

QuestionMemory Access Direct Pin
Andy20221-Dec-06 1:39
Andy20221-Dec-06 1:39 
AnswerRe: Memory Access Direct Pin
kakan21-Dec-06 2:50
professionalkakan21-Dec-06 2:50 
Question[Message Deleted] Pin
hi_to_all21-Dec-06 1:24
hi_to_all21-Dec-06 1:24 
AnswerRe: It's simple but required urgently Pin
Hamid_RT21-Dec-06 1:43
Hamid_RT21-Dec-06 1:43 
AnswerRe: It's simple but required urgently Pin
Rage21-Dec-06 1:54
professionalRage21-Dec-06 1:54 
AnswerWHIMP! Pin
jhwurmbach21-Dec-06 3:17
jhwurmbach21-Dec-06 3:17 
GeneralRe: WHIMP! Pin
James R. Twine21-Dec-06 5:11
James R. Twine21-Dec-06 5:11 
GeneralRe: WHIMP! Pin
jhwurmbach21-Dec-06 21:33
jhwurmbach21-Dec-06 21:33 
Questionunable to run explorer from a custom desktop created in winsta0 Pin
SelvaKr21-Dec-06 0:55
SelvaKr21-Dec-06 0:55 
AnswerRe: unable to run explorer from a custom desktop created in winsta0 Pin
James R. Twine21-Dec-06 1:46
James R. Twine21-Dec-06 1:46 
GeneralRe: unable to run explorer from a custom desktop created in winsta0 [modified] Pin
SelvaKr21-Dec-06 1:51
SelvaKr21-Dec-06 1:51 
GeneralRe: unable to run explorer from a custom desktop created in winsta0 Pin
James R. Twine21-Dec-06 1:54
James R. Twine21-Dec-06 1:54 
GeneralRe: unable to run explorer from a custom desktop created in winsta0 Pin
SelvaKr21-Dec-06 2:04
SelvaKr21-Dec-06 2:04 
Generalsorry..it says that the specified file is not found Pin
SelvaKr21-Dec-06 2:16
SelvaKr21-Dec-06 2:16 
GeneralRe: sorry..it says that the specified file is not found Pin
James R. Twine21-Dec-06 2:31
James R. Twine21-Dec-06 2:31 
GeneralRe: unable to run explorer from a custom desktop created in winsta0 Pin
James R. Twine21-Dec-06 2:33
James R. Twine21-Dec-06 2:33 
GeneralRe: unable to run explorer from a custom desktop created in winsta0 Pin
SelvaKr21-Dec-06 3:04
SelvaKr21-Dec-06 3:04 

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.