|
-
September 15th, 2008, 01:14 PM
#1
VC++ vs VC++.NET
I would like to know the advantages and disadvantages of VC++.NET and VC++. I would also like to know which one should be used in programs like image processing
-
September 15th, 2008, 02:05 PM
#2
Re: VC++ vs VC++.NET
.NET uses a framework that needs to be installed (giving you more possibilities). VC++ doesn't.
I would also like to know which one should be used in programs like image processing
Doesn't matter. Both are quite capable of doing that. I think it's more a matter of taste. .NET gives you a framework that makes it easy to do stuff, but VC++ gives you more control (and yes, I know a lot of people don't agree with me).
-
September 15th, 2008, 02:15 PM
#3
Re: VC++ vs VC++.NET
Another opinion. If you want to learn C++ go with VC++.
If you want to program in .Net, use C#.
Note that Visual Studio 2005 and 2008 are capable of coding C++, managed C++ or C#. Just because it's Visual Studio xxx .net, doesn't mean it's only for creating .Net programs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|