Documentation

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

This is not exactly a programming question, but I was
looking for the documentation for visual C++.net online
and was wondering if there was some all powerful pdf i
could download that is basically the book that comes with
the software. I purchased studio.net from an academic
supplier so I didn't receive any documentation with it (I
don't know if it comes with an all powerful book). If I
can't download the documentation, is there a reference
that someone could point me to to help with studio.net for
users of C++ 6? Thanks
Andy
 
Andy said:
This is not exactly a programming question, but I was
looking for the documentation for visual C++.net online
and was wondering if there was some all powerful pdf i
could download that is basically the book that comes with
the software. I purchased studio.net from an academic
supplier so I didn't receive any documentation with it (I
don't know if it comes with an all powerful book). If I
can't download the documentation, is there a reference
that someone could point me to to help with studio.net for
users of C++ 6? Thanks
Andy

Visual studio doesn't ship with any large books - rather, all the
documentation is online, in the form of the "MSDN Library for Visual Studio
..NET". Does your acemedemic edition not include that?

If you don't have even the MSDN library CD's, you can access all of the
documentation online at msdn.microsoft.com, but you can't download a single
(or even several) pdf's (etc) - you have to browse the documentation online,
or have the MSDN library installed locally.

Here's a good place to start online for the VS.NET documentation:

http://msdn.microsoft.com/library/en-us/dnanchor/html/vsnetanchor.asp?frame=true

-cd
 
Back
Top