C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 08-30-2007, 04:29 AM   #1
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,814
No Microsoft VC++ certification

Since I'm looking for C++ programming jobs I thought it may look good on a resume to at least get certified.

I went ahead and got certified at NCSA (National Computer Science Academy). Then I thought I would get a Microsoft certification for Visual C++.

Guess what? They only offer VC++ certs. in the realm of .NET. There are no online certifications for C++ outside of .NET. So I have to start reading my huge .NET book and use their hideous new stuff just to get a MS VC++ cert. How ridiculous.

I don't know how most of you feel about certifications but for right now it's all I can do. With my job I really don't have time to finish my B.S. at the moment.

BTW: Have any of you started diving into .NET yet and if so what are your feelings on it? I'm looking more for experiences with the framework type posts, not opinions about whether or not MS is trying to take over C++.

Last edited by Bubba; 08-30-2007 at 04:33 AM.
Bubba is offline   Reply With Quote
Old 08-30-2007, 04:44 AM   #2
Deathray Engineer
 
MacGyver's Avatar
 
Join Date: Mar 2007
Posts: 3,211
I looked into the .NET framework and messed with the Visual C++ side of .NET. The downside is learning the entire API, sort of like Java's API. It's an entire new world of stuff that is... um... annoying.

With that said, I do not have any real experience with .NET other than just messing with it for a bit. I suppose it wouldn't hurt for me to investigate it further, but generally, if you get into .NET, a lot of the code examples I saw were in C#, and that's what MS is pushing, not their mangled version of C/C++.
__________________
MacGyver is offline   Reply With Quote
Old 08-30-2007, 10:53 AM   #3
Sweet
 
Join Date: Aug 2002
Location: Tucson, Arizona
Posts: 1,698
.Net is nice but the CLI syntax looks a bit off from what I have seen. But from what I seen of you, you would have .Net mastered in a short time. Its basically a big stinking wrapper on top of the API and COM with some SQL thrown in there. But it is nice when you are trying to design a nice GUI without much hastle.
prog-bman is offline   Reply With Quote
Old 08-30-2007, 11:30 PM   #4
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,768
Quote:
Originally Posted by MacGyver View Post
I looked into the .NET framework and messed with the Visual C++ side of .NET. The downside is learning the entire API, sort of like Java's API. It's an entire new world of stuff that is... um... annoying.
You know, I primed myself to hate C# from the beginning. But when I started fooling with it, I realized that it's actually kind of cool. A lot of crap comes out of Microsoft, but the .NET API is one of their shining achievements, IMHO.

But since I love templates, and C# doesn't have them (at least in the sense that C++ does), I stay away.
brewbuck is offline   Reply With Quote
Old 08-30-2007, 11:35 PM   #5
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,295
It is tempting, for example if you're looking for a function on MSDN, and you find one that does what you want, scroll down and see it's for .NET only

However, .NET seems slow (runtime wise)... is there any evidence to support this? For example benchmarks? I've searched but to no avail.
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim
zacs7 is offline   Reply With Quote
Old 08-31-2007, 03:14 AM   #6
Cat without Hat
 
CornedBee's Avatar
 
Join Date: Apr 2003
Posts: 8,492
Not really, no. There are some comparative benchmarks, especially against Java and C++, but I've yet to see a convincing one. In general, .Net performance can be assumed to be on par with Java's, and it has the same trade-offs against C++ as Java, too. That is, the byte-code JIT/interpretation is something of a slowdown, which is offset by the efficiency of automatic garbage collection opposed to careless C++ memory management.

I like C# and the .Net framework just fine, but I wouldn't use C++/CLI unless I had to write a .Net interface for a legacy library.
__________________
All the buzzt!
CornedBee

"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
CornedBee is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
microsoft .net certification MisterSako Tech Board 3 02-18-2005 09:16 PM
Apps that act "differently" in XP SP2 Stan100 Tech Board 6 08-16-2004 10:38 PM
Problem building Quake source Silvercord Game Programming 14 01-25-2003 10:01 PM
Microsoft Certification vasanth C++ Programming 1 04-09-2002 06:19 AM
Retaliation towards witch king\microsoft Koshare Linux Programming 7 10-19-2001 04:54 AM


All times are GMT -6. The time now is 04:01 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22