just a simple question

P

pat

As a new C++ programmer can someone tell me if it is possible to write
regular C++ programs (Visual C++ 6) in Microsoft's Visual Studio .NET
platform. For example, will any code I write in VC++6 run in .NET
without alteration. Thanks.
 
B

benben

pat said:
As a new C++ programmer can someone tell me if it is possible to write
regular C++ programs (Visual C++ 6) in Microsoft's Visual Studio .NET
platform. For example, will any code I write in VC++6 run in .NET
without alteration. Thanks.

0. It is better if you post this question to a microsoft group.

1. What do you mean by "regular C++ programs (Visual C++ 6)"?

2. If what you mean is standard C++ without the .net extensions then the
answer is yes--yes with a grain of salt if you have features like
exported template and standard code that VC++ doesn't support.

3. VC++ 6 is not a very standard conforming compiler in the first place.
So code compiled with VC++ 6 does not necessarily make it legal code in
terms of the C++ standard.

Ben
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top