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

G

Guest

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

Bruno van Dooren [MVP VC++]

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
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top