473,651 Members | 2,531 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java, C# replacing C++ as primary language for desktop development?

Hello,

I'm not asking this to troll, I'm just genuinely interested in this
question and I think that if I were to post it on a Java group that
would be like asking the converted.

Since C# has become Microsoft's flagship programming language, I'm
wondering, does this mean that the sun is starting to set on C++ as the
dominant language for, in particular, desktop development?

Admittedly, I'm no expert in programming languages and the basis for my
question could be inaccurate but this is the current picture of the
situation as it looks to me.

I think the reason for the shift from C++ to Java-like languages is
that Java etc. provide a friendlier upgrade path to OOP for C
developers whereas C++ is more encyclopedic and confusing.

Thanks for your input,

Jul 23 '05 #1
16 1806
in************* @yahoo.com wrote:
I think the reason for the shift from C++ to Java-like languages is
that Java etc. provide a friendlier upgrade path to OOP for C
developers whereas C++ is more encyclopedic and confusing.


What shift is that? The one that Sun keeps telling you about? Be careful
to distinguish between real data and marketing hype. Most of what you
hear about Java is the latter.

--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)
Jul 23 '05 #2
in************* @yahoo.com wrote:
Hello,

I'm not asking this to troll, I'm just genuinely interested in this
question and I think that if I were to post it on a Java group that
would be like asking the converted.

Since C# has become Microsoft's flagship programming language, I'm
wondering, does this mean that the sun is starting to set on C++ as the
dominant language for, in particular, desktop development?

Admittedly, I'm no expert in programming languages and the basis for my
question could be inaccurate but this is the current picture of the
situation as it looks to me.

I think the reason for the shift from C++ to Java-like languages is
that Java etc. provide a friendlier upgrade path to OOP for C
developers whereas C++ is more encyclopedic and confusing.

Thanks for your input,


Ask yourself, how many commercial Java or .NET applications have you
seen so far? How many do you have installed on your computer? How many
Jav or .NET applications do you use on a regular basis?

If I browse my harddisk I have maybe one or two Java programs installed,
none of which I use on a regular basis, because they're for most parts
slow as hell. Hm, no .NET apps at all. The good part of the software I
use is written in C, C++, Python or Object Pascal. In more or less this
order.

Sorry, I can't see the shift, can you?

--
Regards,
Matthias
Jul 23 '05 #3
in************* @yahoo.com wrote:
Since C# has become Microsoft's flagship programming language, I'm
wondering, does this mean that the sun is starting to set on C++ as the
dominant language for, in particular, desktop development?


I think "Flagship Microsoft" is starting to sink. But... that discussion is
off-topic here. All I'll say is that when Microsoft puts out a crappy
framework like MFC, it's easy for someone to not want to use C++.

By desktop development, I'll assume you mean GUI apps. If you didn't mean
that, you'll have to elaborate.

That being said, check out Qt. It was written in C++ (probably binds to
other languages too but I'm not sure). It's very good. From a *purist C++*
standpoint, it isn't perfect but it's a heck of a lot better than MFC.

I'm not a hardline C++ advocate but C# and Java certainly aren't good enough
to pull me away from it permanently.

There isn't a day that goes by that I cuss, whine, and whimper about C++.
However, I always go back to it because it's capable of everything I need
it to do.
Keith
Jul 23 '05 #4
I have been looking for an application developer position using VisC++
lately and there is still lots of C++ jobs out there but it does seem
that there are many who also would like for us to have C# (Visual C#)
and .Net experience. I unfortunately don't have any of the C# or .NET
stuff yet.

Has anyone actually seen any trends towards employers wanting or
requiring any type of Microsoft Certifications like MCAD or MCSD?
These certifications use the Visual C# and .NET as well as SQL Server.
I have been looking into upgrading my knowledge to include these
certifications but I don't quite know if it is really necessary to
certify? Anyone have any thoughts on this?

Thanks,
Catrece

Jul 23 '05 #5
in************* @yahoo.com wrote:
Hello,

I'm not asking this to troll, I'm just genuinely interested in this
question and I think that if I were to post it on a Java group that
would be like asking the converted.

Since C# has become Microsoft's flagship programming language, I'm
wondering, does this mean that the sun is starting to set on C++ as the
dominant language for, in particular, desktop development?

Admittedly, I'm no expert in programming languages and the basis for my
question could be inaccurate but this is the current picture of the
situation as it looks to me.

I think the reason for the shift from C++ to Java-like languages is
that Java etc. provide a friendlier upgrade path to OOP for C
developers whereas C++ is more encyclopedic and confusing.

It looks like you are missing facts. With the advent of VC++ 2005 and
C++/CLI standard, C++ becomes the systems programming language of .NET.
http://msdn.microsoft.com/msdnmag/is...s/default.aspx

http://pluralsight.com/blogs/hsutter...0/05/2672.aspx

http://blogs.msdn.com/branbray/archi.../07/51007.aspx

http://www.accu.org/conference/prese..._(keynote).pdf
And a page of mine:

http://www23.brinkster.com/noicys/cppcli.htm


This subject has been brought up many times in clc++, over and over
again. Everyone please check groups.google.c om before bringing this
subject over and over again.


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 23 '05 #6
Matthias wrote:
Ask yourself, how many commercial Java or .NET applications have you
seen so far?

Actually, regarding .NET, there are many ones that use it today.
Especially with the ability of C++ to mix managed and unmanaged code, I
think many are extending their existing applications by using the high
level .NET library than using the old ones.

How many do you have installed on your computer? How many
Jav or .NET applications do you use on a regular basis?

If I browse my harddisk I have maybe one or two Java programs installed,
none of which I use on a regular basis, because they're for most parts
slow as hell. Hm, no .NET apps at all. The good part of the software I
use is written in C, C++, Python or Object Pascal. In more or less this
order.

Sorry, I can't see the shift, can you?


WinFX, the API that replaces Win32 in Longhorn era is entirely managed.
More accurately, .NET is the portable part of WinFX across the older
than Longhorn platforms.


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 23 '05 #7
I wasn't asking anything about which is better C++ or C#. I was trying
to find out if it is even necessary to get any type of Certifications
from Microsoft in the programming areas. I have been a C++ Developer
for 10 years and I know it very well. I just haven't spent anytime
looking into the C# or .NET stuff since my work doesn't involve it in
any way. I have been doing contracting for very large companies doing
very complex large database applications where it has to be very fast
and efficient so I know the importance of using C++.

I have not spent anytime of this website since I just found it today,
so sorry for any reiteration that has occurred here. I am not one
that has lots of time right now.

The articles were interesting, and the "There is no language lower than
C++" one in particular had alot of references about C++ programmers
that I identified with totally. Per this article, it seems that
learning C# may be a waste of time. I cherish my time and try to use
it on things that I will benifit from in the future (learning wise).

Would you concur?

regards,
Catrece

Jul 23 '05 #8
Catrece Tahtinen wrote:
I wasn't asking anything about which is better C++ or C#.

I think I did not answer to your message.

I was trying
to find out if it is even necessary to get any type of Certifications
from Microsoft in the programming areas. I have been a C++ Developer
for 10 years and I know it very well. I just haven't spent anytime
looking into the C# or .NET stuff since my work doesn't involve it in
any way.

C# is another language anyway. Regarding .NET programming with C++, a
nice book to check is "Visual C++ .NET How To Program" by Deitel.
http://vig.prenhall.com/catalog/acad...373774,00.html
About certifications, I think it does not harm to have as many as you can.

I have been doing contracting for very large companies doing
very complex large database applications where it has to be very fast
and efficient so I know the importance of using C++.

I have not spent anytime of this website

Hmm, actually here it is Usenet and you are probably posting via some
web site which I can guess does not present discussion threads very well.
Better find some newsreader that supports NNTP (Outlook Express is one),
and use the Usenet newsgroup server of your ISP to participate in
discussions.
This newsgroup is comp.lang.c++.
A far better email/newsgroups client than Outlook Express is Mozilla
Thunderbird:

http://www.mozilla.org/products/thunderbird
since I just found it today,
so sorry for any reiteration that has occurred here. I am not one
that has lots of time right now.

The articles were interesting, and the "There is no language lower than
C++" one in particular had alot of references about C++ programmers
that I identified with totally. Per this article, it seems that
learning C# may be a waste of time. I cherish my time and try to use
it on things that I will benifit from in the future (learning wise).

C#/CLI (which is its actual name) does not offer anything more than
C++/CLI but in fact it offers less.
I guess the question is the same regarding learning VB .NET if you
already know C++.
Keep in mind that all VC#, VC++, and VB .NET share the same RAD in VS 2003.


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 23 '05 #9

<in************ *@yahoo.com> wrote in message
news:11******** **************@ c13g2000cwb.goo glegroups.com.. .
Hello,

I'm not asking this to troll, I'm just genuinely interested in this
question and I think that if I were to post it on a Java group that
would be like asking the converted.

Since C# has become Microsoft's flagship programming language, I'm
wondering, does this mean that the sun is starting to set on C++ as the
dominant language for, in particular, desktop development?

Admittedly, I'm no expert in programming languages and the basis for my
question could be inaccurate but this is the current picture of the
situation as it looks to me.

I think the reason for the shift from C++ to Java-like languages is
that Java etc. provide a friendlier upgrade path to OOP for C
developers whereas C++ is more encyclopedic and confusing.

Thanks for your input,

Don't know where you get that C# is the flagship. AAMF, more emphasis is
being placed on C++ in Visual Studio 2005 and subsequent VS releases.
C++ more encyclopedic? Have you seen the latest Java API?
Jul 23 '05 #10

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

Similar topics

16
2121
by: The Ruling Class | last post by:
With all the books and code written in Java, why are there no /killer/ applications? Can you name one Java application that is a must have? I run Suse 9.0 -- I don't see a single Java application on my OS. I can't think of a Java application that I would actually want or need? The Java Community just seems like a big, huge self-congratulatory group of
47
5136
by: Theatre Mgmt | last post by:
Sun project seeks to solve Java memory, execution issues http://story.news.yahoo.com/news?tmpl=story&u=/infoworld/20050325/tc_infoworld/58059&e=1&ncid= San Francisco (InfoWorld) - Sun Microsystems Laboratories (Sun Labs) is working on a research effort to address issues with the memory footprint, startup and execution times when running multiple Java applications concurrently. The Multi-Tasking Virtual Machine (MVM), developed as a...
11
9240
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
133
8529
by: Gaurav | last post by:
http://www.sys-con.com/story/print.cfm?storyid=45250 Any comments? Thanks Gaurav
5
2312
by: TZESENG | last post by:
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm Source: http://www.businessweek.com/technology/content/dec2005/tc20051213_042973.htm Peter Yared, CEO of software maker ActiveGrid, spent a critical chapter of his career steeped in Java, the programming language developed by Sun Microsystems (SUNW). In the late 1990s, Yared was chief technology officer
1
9623
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
2
6945
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
6
2322
by: Mark | last post by:
Hi, We are having a debate on DotNet and Java. As a beginner I do not have much experience on DotNet and Java. Are there any major advantage of using DotNet over Java? Thanks for any help I get on this subject. Mark
0
8275
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
8694
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8571
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7294
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
6157
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
5605
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4143
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2696
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1905
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.