CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #3
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: About what to learn.............

    Sorry to say this but it sounds like you're trying to run before you can walk.

    If you go into ATL in C++ without a very firm understanding of C++ it will make your head spin around and explode.

    I would stick to VC++ for now until you need to learn something else.

    C# is much nicer than C++ in the respect that you don't have to delete objects : but it could potentially cause problems if you need to go back to C++.

    If I were going to do it I'd forget C++ for now and learn C#. Or forget C# and learn C++. And when I say learn I mean learn very very well.

    Otherwise you'll know bits about everything but not be able to properly use anything.

    And knowing how to bring up a dialog box and use a wizard to create an MDI etc isn't knowing MFC. That's just the beginning...

    Darwen.
    Last edited by darwen; February 7th, 2005 at 11:37 AM.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured