473,765 Members | 2,172 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is VC++ .Net dead/dying?

I have cruised around

http://msdn.microsoft.com/visualc/ and the rest of the site, and i am
not able to find a single C++ or VC++ certification exam that will be
available after June 30, 2004. I emailed support, and the reply was:
"We understand your concerns in this matter.

We would like to inform you that at this moment we do not have any plan or information if there will be replacements for the discontinued exams."

Does anybody know if any C/C++/VC++
certification exams are being planned that will replace those that are
being obsoleted?

P.S. Does this mean that VC++ as a language is likely to obsoleted, and
future versions of Visual Studio will come w/o VC++ support as well? I know
there is a 2005 release of VC++ coming up. I am a little confused. Is
VC++ being completely replaced by C# after that? It looks like native
code will still be used in LognHorn, based on some references on the
site. Some big-font clarification on the site (by Microsoft) itself would probably be
useful to many people, not just me.
P.P.S. I still don't believe that MS Office, for instance, will come in non-native fashion. Mainly because then everybody will be able to decompile it. And i think MS is not a fan of that happening.
P.P.P.S. Given that roughly 50% or so of MS apps code in the future is still very likely to be native, why discontinue native-code certifications w/o a replacement? Or there VC++ .Net certification in the pipeline to replace 6.0? If yes, then when?

Thanks,
<rsa/>
Nov 17 '05 #1
4 2302
>P.S. Does this mean that VC++ as a language is likely to obsoleted

I doubt it - for the same reasons you do.

It's probably more a reflection on the apathy that most C++ developers
have for the certifications!

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
Nov 17 '05 #2
ultranet wrote:
Does anybody know if any C/C++/VC++
certification exams are being planned that will replace those that are
being obsoleted?
I don't. I and every other C++ developer I know have always considered the
certifications to be a complete waste of time. I suspect that the C++ certs
were dropped because of lack of interest on the consumer's part, not on
Microsoft's.
P.S. Does this mean that VC++ as a language is likely to obsoleted,
and
future versions of Visual Studio will come w/o VC++ support as well?


VC++ Is not going anywhere. Visual Studio 2005 represents gigantic
investments in the future of C++, but for native and managed (.NET)
development. The Visual C++ Team's mission is to make C++ the language of
choice for .NET development, bringing the full power of C++ to .NET and the
full power of .NET to C++. Personally, I don't anticipate writing any .NET
code in C# again once VC++ 2005 ships. At the same time, VC++ 2005 also has
great new features for native development including lots of IDE
improvements, C++ standards conformance improvements, optimizer
improvements, native AMD64 and IA64 code generation, profile guilded
optimization, ... the list goes on and on.

C++ isn't going anywhere.

-cd


Nov 17 '05 #3
Hi,

David and Carl have both addressed the major issues you raised. C++ is
absolutely not going away. In fact I truly believe we have a stellar release
that is going to go out in Whidbey/2005/8.0.

I have been working with the Microsoft Training and Certification teams to
get new C++ training and exams developed. The major issue is indeed that C++
developers have shown to be significantly less interested in certification
than C# and VB developers. As such it is quite hard to make the economics
work of developing and rolling out this material. That doesn't mean we will
not keep trying though, but it does mean that the reply you got is factually
correct in that we do not yet have concrete plans or dates to share.

Ronald Laeremans
Group Program Manager
Visual C++ team

"ultranet" <ul******@discu ssions.microsof t.com> wrote in message
news:9B******** *************** ***********@mic rosoft.com...
I have cruised around

http://msdn.microsoft.com/visualc/ and the rest of the site, and i am
not able to find a single C++ or VC++ certification exam that will be
available after June 30, 2004. I emailed support, and the reply was:
"We understand your concerns in this matter.

We would like to inform you that at this moment we do not have any plan or
information if there will be replacements for the discontinued exams."

Does anybody know if any C/C++/VC++
certification exams are being planned that will replace those that are
being obsoleted?

P.S. Does this mean that VC++ as a language is likely to obsoleted, and
future versions of Visual Studio will come w/o VC++ support as well? I
know
there is a 2005 release of VC++ coming up. I am a little confused. Is
VC++ being completely replaced by C# after that? It looks like native
code will still be used in LognHorn, based on some references on the
site. Some big-font clarification on the site (by Microsoft) itself would
probably be
useful to many people, not just me.
P.P.S. I still don't believe that MS Office, for instance, will come in
non-native fashion. Mainly because then everybody will be able to
decompile it. And i think MS is not a fan of that happening.
P.P.P.S. Given that roughly 50% or so of MS apps code in the future is
still very likely to be native, why discontinue native-code certifications
w/o a replacement? Or there VC++ .Net certification in the pipeline to
replace 6.0? If yes, then when?

Thanks,
<rsa/>

Nov 17 '05 #4
Thank you all for clarifying this. I was pretty sure that the new exams would eventually come up, but wanted to make sure i wasn't mistaken, and to understand this transition better.
Now my doubts have been dispersed. Thanks.

P.S. I am currently studying "Programmin g with Microsoft Visual C++ .NET", by George Shepherd, and David Kruglinski, 6th edition, 2003. I understand that since the new exams aren't yet ready, this question may not have an answer (i mainly take exams as important from the stand point of best practices). But i'd be grateful for any feedback in terms of whether it's worth continuing reading this book, or wait for something reflecting latest changes (which would apparently be 8.0-based). If 8.0 changes can be caught up with relatively quickly, as opposed to equaling to a major overhaul, then i'd be inclined to continue with this book.
P.P.S. On a side note, it might be helpful to some curious folks like myself, if there was a note somewhere on the site next to discontinuation , saying that replacement exams for VC++ 6.0 will eventually be available based on VC++ .Net.

Thanks again,
<rsa/>

"Ronald Laeremans [MSFT]" wrote:
Hi,

David and Carl have both addressed the major issues you raised. C++ is
absolutely not going away. In fact I truly believe we have a stellar release
that is going to go out in Whidbey/2005/8.0.

I have been working with the Microsoft Training and Certification teams to
get new C++ training and exams developed. The major issue is indeed that C++
developers have shown to be significantly less interested in certification
than C# and VB developers. As such it is quite hard to make the economics
work of developing and rolling out this material. That doesn't mean we will
not keep trying though, but it does mean that the reply you got is factually
correct in that we do not yet have concrete plans or dates to share.

Ronald Laeremans
Group Program Manager
Visual C++ team

"ultranet" <ul******@discu ssions.microsof t.com> wrote in message
news:9B******** *************** ***********@mic rosoft.com...
I have cruised around

http://msdn.microsoft.com/visualc/ and the rest of the site, and i am
not able to find a single C++ or VC++ certification exam that will be
available after June 30, 2004. I emailed support, and the reply was:
"We understand your concerns in this matter.

We would like to inform you that at this moment we do not have any plan or
information if there will be replacements for the discontinued exams."

Does anybody know if any C/C++/VC++
certification exams are being planned that will replace those that are
being obsoleted?

P.S. Does this mean that VC++ as a language is likely to obsoleted, and
future versions of Visual Studio will come w/o VC++ support as well? I
know
there is a 2005 release of VC++ coming up. I am a little confused. Is
VC++ being completely replaced by C# after that? It looks like native
code will still be used in LognHorn, based on some references on the
site. Some big-font clarification on the site (by Microsoft) itself would
probably be
useful to many people, not just me.
P.P.S. I still don't believe that MS Office, for instance, will come in
non-native fashion. Mainly because then everybody will be able to
decompile it. And i think MS is not a fan of that happening.
P.P.P.S. Given that roughly 50% or so of MS apps code in the future is
still very likely to be native, why discontinue native-code certifications
w/o a replacement? Or there VC++ .Net certification in the pipeline to
replace 6.0? If yes, then when?

Thanks,
<rsa/>


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1881
by: jeevanand | last post by:
Hi, I want to learn VC++.please guide me to start learning from scratch. Thank You
13
4356
by: Todd Bandrowsky | last post by:
Since SQL Server is everywhere, is Access dying a slow death? Is Access going the way of the FoxPro, destined to be the last of the desktop databases?
7
2761
by: ultranet | last post by:
I have cruised around http://msdn.microsoft.com/visualc/ and the rest of the site, and i am not able to find a single C++ or VC++ certification exam that will be available after June 30, 2004. I emailed support, and the reply was: "We understand your concerns in this matter. We would like to inform you that at this moment we do not have any plan or information if there will be replacements for the discontinued exams." Does anybody...
2
1237
by: James S | last post by:
Hi I've been porting a project to .Net that has several segments of code that I would like to keep as native code in wrappers. I've been using VS2003 and VC++ to create mixed dlls that I then can used from C#. I see that the new 2005 version has a new and significantly different syntax and way of doing things with native code, and was wondering if anyone has any experience of using the new version to perform this sort of task. And...
17
1784
by: Michael | last post by:
i'm a beginners at ASP.net and was wondering if i should develop and learn on vb or vc? which is more powerful? and in terms of support which will be better? whats the main difference btw the 2??
5
2294
by: Patrick Olurotimi Ige | last post by:
http://forums.asp.net/897965/ShowPost.aspx Guess VWD has take over:) Patrick *** Sent via Developersdex http://www.developersdex.com ***
0
1154
by: devendeshpande | last post by:
At times the VC .NET 2003 takes too long to link a code after compiling. This happens quite infrequently. Are there any settings that can avoid this dead slow linking? Deven
53
2364
by: Edward Diener | last post by:
Why bother having Stan Lippman and Herb Sutter created a C++/CLI language for .Net development when Microsoft, and the VC++ development team, are so clearly intent on limiting .Net development with C++/CLI to the smallest subset of .Net development technologies in Visual Studio, while all of the new technologies are given to C# instead ? The bubble has burst with VS 2008 and we are instead finally told quite frankly, by a lead VC++ team...
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7375
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5419
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.