Starting VC++.net programming

W

Wayne M Jackson

So far I have mostly worked out the syntax of C++.Net, but is there a
recommendation of some reading material other than the online docs that I
can use to ensure I am on the right track?
 
W

William DePalo [MVP VC++ ]

Wayne M Jackson said:
So far I have mostly worked out the syntax of C++.Net, but is there a
recommendation of some reading material other than the online docs that I
can use to ensure I am on the right track?

If by C++.Net, you mean the language which is a lot like standard C++ and
which has been extended to target the .Net platform, then you might want to
take a look at "Essential Guide to Managed Extensions for C++" by Challa and
Laksberg, (ISBN:1-893115-28-3).

Regards,
Will
 

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