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.
-----------------------------------------------
>> Please can any body tell me:
>> How can I operate (or deliver) the " Visual C++.NET ", from its mother
[quoted text clipped - 12 lines]
>
> David Wilkinson
David Wilkinson - 22 Aug 2006 04:43 GMT
> Well. More explanations?!!
> I bought a book " Visual C++.Net step by step"
[quoted text clipped - 8 lines]
> 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
Hardy &&& - 23 Aug 2006 02:08 GMT
Thank you David for help. Your answer is" to write convential C++ console
program "
I write this exactly where ?
------------------------------------------------------
>> Well. More explanations?!!
>> I bought a book " Visual C++.Net step by step"
[quoted text clipped - 35 lines]
>
> David Wilkinson
Bruno van Dooren [MVP VC++] - 23 Aug 2006 05:46 GMT
> Thank you David for help. Your answer is" to write convential C++ console
> program "
> I write this exactly where ?
File->new project->Visual C++->win32->win32 console application.

Signature
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
pvdg42 - 23 Aug 2006 13:06 GMT
> Thank you David for help. Your answer is" to write convential C++ console
> program "
> I write this exactly where ?
> ------------------------------------------------------
Hardy, I have a tutorial that shows how to do it step-by-step, used in our
beginning C++ course. If you provide me with a valid email where you can
accept large attachments, I'll be glad to send it to you. Email me pvan at
rose.edu.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.