Re: V.studio



You're right, it's version 2003.
I display this problem in detail under the subject "Difficult code ". You
can read it . You may also find an important good solution, because I have a
lot of codes in this book, and I nearly stopped from this mess.
Thank you again for help.
=================================
"pvdg42" <pvdg42@xxxxxxxxxxxxxxxxx> wrote in message
news:e3uNeCe9GHA.3264@xxxxxxxxxxxxxxxxxxxxxxx

"HELLO $$$" <fares@xxxxxxxxxxxxxxxx> wrote in message
news:453ab5b5_3@xxxxxxxxxxxxxxxxxxxxxx
I am working on C++ only as a beginner. I bought a book its title "Visual
C++.NET" step by step as a beginner. The author supposed that the reader
has .NET Framework installed in his computer. As I have visual studio, so
I don't find exactly what the book wrote?!
As example when I try to create a new project he shows me the template as
an example "console.net", this latter not found on my program.
===================================
Your problem is that the book is written against a different version of
Visual Studio form the one you have.

What version of Visual Studio does the book target? If the cover backbone
has "Version 2003", it's for Visual Studio .NET 2003. If "Version 2003" is
not present, it's for the original Visual Studio .NET (2002). In either
case, significant changes were made to Visual Studio in the 2005 version,
and you cannot expect to find what the book shows.

In Visual Studio .NET 2003, there is a template "Console Application
.NET". The equivalent in Visual Studio 2005 is "CLR Console Application".
However, that is *not* where the dissimilarities end. The extensions to
C++ for .NET 2.0, C++/CLI (Visual Studio 2005) are completely different
from those used in earlier versions, so the book's code examples will do
you no good.

And, one more time, the .NET Framework (v2.0) *IS* installed on your
computer. It was installed as part of the Visual Studio 2005 installation.

You'll need to find a book and/or tutorials that target Visual Studio 2005
and .NET 2.0

Here is a book that targets VS 2005/.NET v2.0:

http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764571974.html




.



Relevant Pages

  • Re: Visual Basic 6.0 operations
    ... migration.. ... past installation of my os.. ... one good question could be why uninstall the visual studio 2005, ... The second thing I do is I installed Visual Basic 6.0 Service Pack 6... ...
    (microsoft.public.vb.directx)
  • Re: Supported OS
    ... Finally found the page with the VS Installation information. ... The computer on which you install your Visual Studio edition should meet the ... Without MSDN: ... With SQL Server Express: ...
    (microsoft.public.dotnet.framework)
  • Re: Visual Basic 6.0 operations
    ... migration.. ... past installation of my os.. ... one good question could be why uninstall the visual studio 2005, ... The second thing I do is I installed Visual Basic 6.0 Service Pack 6... ...
    (microsoft.public.vb.directx)
  • Re: "Visual Web Developer does not support creating Web sites on a
    ... alias TestSite, and point it to the folder you created named TestSite. ... This indirect method is necessary, it seems, because Visual Studio 2005 ... installation installed SharePoint when, in fact, it appears that it was ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Business Intelligence Dev Studio does not install correctly
    ... BIDS seems to be Visual Studio ... (which installed with a broken short-cut after installation). ... PrivateAssemblies folder in to the 2005 directory and now i get "object ...
    (microsoft.public.vstudio.general)

Loading