![]() |
|
|
|
#1 |
|
I am a beginner in VC++. I Like VC++ very much.But many says that "vc++ is dead and no one uses it".is it true? Does Microsoft provides any certification on VC++? Does MCSD contains VC++? Should i learn VC++ or VB.NET. Does VC++.NET is entirly diffrent fron VC++ 6.0 ? Pleae gives answer to these quetions. Anand |
|
|
|
|
#2 |
|
Posts: n/a
|
Anand wrote:
> I am a beginner in VC++. I Like VC++ very much.But many > says that "vc++ is dead and no one uses it".is it true? No, it's far from dead. Lots of companies still use it. > Does Microsoft provides any certification on VC++? No, not at this time. > Does MCSD contains VC++? Only the old MCSD has VC++. This might change next year because C++ is getting much better in 2005. C++ is supported in VS 2003, but it isn't very popular. They're beefing it up for 2005, to include more optimizations and more advanced features. > Should i learn VC++ or VB.NET. I would pick C# if you have a backgroud in C++. There's a lot of common ground here. > Does VC++.NET is entirly diffrent fron VC++ 6.0 ? The C++ language is the same, but the .NET Framework is quite different from ATL or MFC. This is where the big learning curve is. Many companies prefer C# now, over C++. This might be your best bet. The thing that companies don't like about C++ in .NET is that you can still write unmanaged code, and this is considered "dangerous". C# is considered "more modern" and "safer", but is not considered to be "better" in all ways. C++ will still be the best for low-level things like writing operating systems, compilers, device drivers, etc. Eric Eric |
|
|
|
#3 |
|
Posts: n/a
|
>This might be your best bet.
>The thing that companies don't like about C++ in .NET is that you can >still write unmanaged code, and this is considered "dangerous". utter crap. Kline Sphere (Chalk) MCNGP #3 The Poster Formerly Known as Kline Sphere |
|
|
|
#4 |
|
Posts: n/a
|
>Does VC++.NET is entirly diffrent fron VC++ 6.0 ?
read the product documentation lately? Kline Sphere (Chalk) MCNGP #3 The Poster Formerly Known as Kline Sphere |
|
|
|
#5 |
|
Posts: n/a
|
The Poster Formerly Known as Kline Sphere wrote:
> > This might be your best bet. > > The thing that companies don't like about C++ in .NET is that you > > can still write unmanaged code, and this is considered "dangerous". > > utter crap. > > Kline Sphere (Chalk) MCNGP #3 Hi Kline. I see that you didn't get a friendly disposition for Christmas? I was hoping Eric Eric |
|
|
|
#6 |
|
Posts: n/a
|
>> > This might be your best bet.
>> > The thing that companies don't like about C++ in .NET is that you >> > can still write unmanaged code, and this is considered "dangerous". >> >> utter crap. >> >> Kline Sphere (Chalk) MCNGP #3 > >Hi Kline. I see that you didn't get a friendly disposition for >Christmas? I was hoping <humbug> what is considered 'dangerous' in IT, are the incompetent morons who believe the most important action in software development is choosing the development tool which will be used to 'produce' the software. As far as ' unmanaged code', produced with C++ goes, it is only 'dangerous' when used by people who do not understand what they are doing. It's rather like letting some when loose with a hunting rifle when they've never even owned a toy gun. </humbug> Kline Sphere (Chalk) MCNGP #3 The Poster Formerly Known as Kline Sphere |
|
|
|
#7 |
|
Posts: n/a
|
The Poster Formerly Known as Kline Sphere wrote:
> As far as ' unmanaged code', produced with C++ goes, it is only > 'dangerous' when used by people who do not understand what they are > doing. It's rather like letting some when loose with a hunting rifle > when they've never even owned a toy gun. I understand, and I still like C++ myself. .NET still can't touch it in terms of performance, especially when you need low-level access to memory structures, I/O, and that kind of thing. I hard the C++ that comes in VS 2005 will have lots of improvements, and will even optimize managed code better than C#. I don't expect to see people move away from C#, but C++ may be used more for specialized code where it's benefits will be the greatest. Eric Eric |
|
|
|
#8 |
|
Posts: n/a
|
>I hard the C++ that comes in VS 2005 will have lots of improvements,
>and will even optimize managed code better than C#. indeed. You find the recent articles in dr dobb's worth a read. >I don't expect to see people move away from C#, but C++ may be used >more for specialized code where it's benefits will be the greatest. C++ is the best general purpose programming language available today; it's not just for writing 'specialized code'. Having said that, the dot net framework is an excellent for developing windows based systems. Kline Sphere (Chalk) MCNGP #3 The Poster Formerly Known as Kline Sphere |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DVD dead! | Walter Traprock | DVD Video | 141 | 08-03-2006 03:47 AM |
| DVD Verdict reviews: TROY, I, ROBOT, SHAUN OF THE DEAD, and more! | DVD Verdict | DVD Video | 0 | 01-10-2005 10:17 AM |
| New Releases: Dawn of the Dead, Eternal Sunshine & American Dreams: Updated complete downloadable R1 DVD DB & info lists | Doug MacLean | DVD Video | 4 | 06-17-2004 08:52 PM |
| More New Silver Pressed DVDs Added.. | SPW | DVD Video | 0 | 05-13-2004 12:30 AM |
| Re: Dead computer? | Tom MacIntyre | A+ Certification | 0 | 12-28-2003 08:00 PM |