VC++ not .NET development

G

Guest

I have tried a little .NET development but I do not thinks that it will meet
my speed requirements.

I want to develop without using the .NET framework. What is the IDE that
Microsoft support for this? Will the traditional C++ development be
superceded by the .NET Framework i.e. will Microsoft continue to support this
or will they only promote .NET.

Any links to Microsoft websites explainign thsi would be appreciated.

Thanks
 
P

Pohihihi

P

pvdg42

net_monster said:
I have tried a little .NET development but I do not thinks that it will
meet
my speed requirements.

I want to develop without using the .NET framework. What is the IDE that
Microsoft support for this? Will the traditional C++ development be
superceded by the .NET Framework i.e. will Microsoft continue to support
this
or will they only promote .NET.

Any links to Microsoft websites explainign thsi would be appreciated.

Thanks

If you have Visual Studio 2005, you can see for yourself that the full range
of C++ project types (managed and unmanaged) is supported. If you don't have
it and want to see for yourself, here is a link to a free trial:

http://msdn.microsoft.com/vstudio/products/trial/

Microsoft has reaffirmed its support for C++ in VS 2003 and VS 2005 by
giving us the most standards-compliant C++ compiler in the history of Visual
Studio, and in VS 2005 offering a new more secure string handling function
library for unmanaged code.

Just my humble opinion, of course, but Microsoft appears committed to
continuing full support of C++ for both managed and unmanaged projects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top