.NET

can somene tell me where can I get a .NET tutorial?
closed account (z05DSL3A)
not really a tutorial but...
http://msdn.microsoft.com/en-gb/library/68td296t.aspx
Last edited on
There is on at http://www.functionx.com/vcnet/Lesson01.htm for VS 2005 and .Net

Edit: Sorry, this looks like it is Managed extensions not CLI - I had it lying arround as an old bookmark, and made the foolish assumption that being targeted for VS 2005 it woudl be CLI :-(
Last edited on
closed account (z05DSL3A)
You will need to keep I eye out for tutorials that are 'older' as they will use Managed Extensions For C++[1] and not C++/CLI[2].

[1] http://en.wikipedia.org/wiki/Managed_Extensions_for_C%2B%2B
[2] http://en.wikipedia.org/wiki/C%2B%2B/CLI
closed account (z05DSL3A)
Faldrax wrote:
Sorry, this looks like it is Managed extensions not CLI - I had it lying arrounf as an old bookmark, and made the foolish assumption that being targeted for VS 2005 it woudl be CLI


I had a quick look at it, the pictures are VS 2005 but the text is VS 2003 (very odd), my post was not in response to yours by the way, I had been looking around and noticed that there where a mix of MC++ and C++/CLI out there and thought the OP should be made aware. :0)

The FunctionX site dose have tutorials on C++/CLI
http://www.functionx.com/cppcli/index.htm
Thanks for help!
Topic archived. No new replies allowed.