from "general" c++ 2 visual c++ managed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?V2lsbGk=?=

    #1

    from "general" c++ 2 visual c++ managed

    hi!

    developing few command line programs using c++ and gcc I gained experiences
    with c++. Now I want to use DevStudio 2005, VC++ and develop .NET application
    using the MFC, that I haven't used before as well.

    Do you know a good tutorial?

    thank you in advance!
  • Bruno van Dooren [MVP VC++]

    #2
    Re: from "general&q uot; c++ 2 visual c++ managed

    developing few command line programs using c++ and gcc I gained
    experiences
    with c++. Now I want to use DevStudio 2005, VC++ and develop .NET
    application
    using the MFC, that I haven't used before as well.
    >
    Do you know a good tutorial?
    www.codeproject.com is my favorite starting point.
    Btw, for .NET applications you typically wouldn't use MFC, but C++/CLI

    Either way, if you really want to understand either MFC or C++/CLI you'd
    better buy a good about that topic.
    I am not an MFC expert so I can't recommend an MFC book.
    I have bought Pro C++/CLI, but haven't read it yet, so I cannot comment on
    that one either.

    --

    Kind regards,
    Bruno van Dooren
    bruno_nos_pam_v an_dooren@hotma il.com
    Remove only "_nos_pam"


    Comment

    • pvdg42

      #3
      Re: from "general&q uot; c++ 2 visual c++ managed


      "Willi" <Willi@discussi ons.microsoft.c omwrote in message
      news:34FE2DB2-F5C6-433C-A41D-9F35846E5D5C@mi crosoft.com...
      hi!
      >
      developing few command line programs using c++ and gcc I gained
      experiences
      with c++. Now I want to use DevStudio 2005, VC++ and develop .NET
      application
      using the MFC, that I haven't used before as well.
      >
      Do you know a good tutorial?
      >
      thank you in advance!
      Here's a decent book to get you started with both MFC and CLI.

      http://www.wrox.com/WileyCDA/WroxTit...764571974.html



      Comment

      Working...