Starting VC++.net programming

  • Thread starter Thread starter Wayne M Jackson
  • Start date Start date
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?
 
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
 
Back
Top