Hardy said:
Well. More explanations?!!
I bought a book " Visual C++.Net step by step"
The book supposed that the user has "Visual C++.NET" program already
installed in his computer, but I have "MS Visual Studio 2005 " installed in
my computer.So the book when declares creating a new project allowing (click
file, new object then " set the template to console application . NET "
Here I can do all except that I didn't find "console application.Net,
instead I find "console application anything without .NET.
When I create a project by any way, I could not build it because of many
errors appeared.
I hope that I could clear what I mean??
Thank you all.
Hardy:
This is what I thought when I answered your question before.
Visual Studio 2005 and Visual Studio 2003.Net are different products.
But they are quite similar, just as different vesrions of Microsoft
Office are similar.
What is it that you really want to do? If you are just starting in C++,
I would suggest that you write a conventional C++ console program
without the .NET framework. You can do this in either Visual C+.NET
(2003) or Visual C++ 2005.
You can also use both these programs to write .NET C++ programs. But the
syntax in VC 2005 (C++/CLI) is different from that in Visual C++.NET
(Managed C++ extensions), so your older book will not help you so much.
Unfortunately there are hardly any books on C++/CLI.
Really, you would be best to start with conventional C++.
HTH,
David Wilkinson
David Wilkinson