Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++.moderated > #7353
| Message-ID | <2e526f28-dc4e-43fa-a2d0-9b19ab833369@googlegroups.com> (permalink) |
|---|---|
| Newsgroups | comp.lang.c++.moderated |
| From | sandip.i.mahajan@googlemail.com |
| Subject | Re: What kinds of applications need C++ developers? |
| Organization | unknown |
| References | <01c5af1f-c13f-41bb-b8e4-b101b01caa37@googlegroups.com> |
| Date | 2015-11-09 14:29 -0600 |
{ quoted server banner manually redacted. -mod }
On Thursday, May 21, 2015 at 1:40:08 AM UTC+9, Michael David Crawford wrote:
> I'm not trying to start a language war here...
>
> Mobile applications are most commonly written in Objective-C or Java. Web
> applications commonly use Javascript, PHP, Python, Java, Ruby or Perl.
>
> C++ is commonly used for financial applications, 3-D gaming and
> cryptography.
>
> It's also used for Mac OS X I/O Kit Kernel Extensions - what Apple calls
its
> device drivers - however that form of C++ is EC++, the inappropriately
named
> Embedded C++. It doesn't permit a lot of techniques that I enjoy when I
> write for other kinds of platforms.
>
> What other kinds of applications need C++ developers?
>
> Native desktop computer GUI is commonly done in C++ but it is quite
> frustration to me that when I click on a job board post seeking UI
> developers, they usually seek Javascript.
>
> It's also frustrating to me that when I search for "C++" on craigslist,
> monster and the like, I turn up a lot of jobs seeking javascript, java or
C#
> coders, in which C++ is regarded as a qualification, but the job itself
> would not until actually developing in C++.
>
> I'm not unwilling to learn new languages. The chances are quite good that
I
> know more programming languages than you do, but I regard C++ as my
> favorite.
>
Following scenarios require you to use C/C++.
1. An application where you are competing on the basis of performance. For
example, extremely low and guaranteed latency stock trading system. (Due to
GC jitter, Java or C# are not usable for this). Latencies here are less than
a microsecond for processing a stock order.
2. High volume data processing that requires huge computing power involving
tens of thousands of machines. Here, even 10 to 20 percent speed gain can
result a saving of millions of dollars in run time cost. In real life, C/C++
applications are an order of magnitude faster than equivalent applications
written in other programming languages.
3. Applications where you need to maximize the number of objects cached in
memory.
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Back to comp.lang.c++.moderated | Previous | Next — Previous in thread | Find similar
What kinds of applications need C++ developers? Michael David Crawford <mdcrawford@googlemail.com> - 2015-05-20 11:35 -0600
Re: What kinds of applications need C++ developers? "Jason C. McDonald" <indeliblebluepen@nospam.invalid> - 2015-05-20 14:24 -0600
Re: What kinds of applications need C++ developers? Wouter van Ooijen <wouter@voti.nl> - 2015-05-20 14:22 -0600
Re: What kinds of applications need C++ developers? James Kuyper <jameskuyper@verizon.net> - 2015-05-20 14:24 -0600
Re: What kinds of applications need C++ developers? Michael David Crawford <mdcrawford@googlemail.com> - 2015-05-20 20:40 -0600
Re: What kinds of applications need C++ developers? David LaRue <huey.dll@gte.net> - 2015-05-21 06:49 -0600
Re: What kinds of applications need C++ developers? "Walter H." <Walter.H-Nntp@mathemainzel.info> - 2015-05-27 14:00 -0600
Re: What kinds of applications need C++ developers? Wouter van Ooijen <wouter@voti.nl> - 2015-05-28 07:57 -0600
Re: What kinds of applications need C++ developers? Francis Glassborow <francis.glassborow@btinternet.com> - 2015-05-29 10:46 -0600
Re: What kinds of applications need C++ developers? Martin Bonner <martinfrompi@yahoo.co.uk> - 2015-05-29 12:24 -0600
Re: What kinds of applications need C++ developers? Bo Persson <bop@gmb.dk> - 2015-05-30 07:39 -0600
Re: What kinds of applications need C++ developers? Wouter van Ooijen <wouter@voti.nl> - 2015-05-29 15:32 -0600
Re: What kinds of applications need C++ developers? Peter Chapin <PChapin@vtc.vsc.edu> - 2015-05-30 07:39 -0600
Re: What kinds of applications need C++ developers? Öö Tiib <ootiib@hot.ee> - 2015-05-30 11:37 -0600
Re: What kinds of applications need C++ developers? legalize+jeeves@mail.xmission.com (Richard) - 2015-06-02 05:50 -0600
Re: What kinds of applications need C++ developers? "James K. Lowden" <jklowden@speakeasy.net> - 2015-05-28 15:08 -0600
Re: What kinds of applications need C++ developers? Francis Glassborow <francis.glassborow@btinternet.com> - 2015-05-29 10:04 -0600
Re: What kinds of applications need C++ developers? pip010 <pip010@googlemail.com> - 2015-08-03 06:56 -0600
Re: What kinds of applications need C++ developers? Cholo Lennon <chololennon@this.is.invalid> - 2015-08-11 09:43 -0600
What kinds of applications need C++ developers? Jonathan Lee <jonathan.lizhijin@googlemail.com> - 2015-10-08 07:16 -0600
Re: What kinds of applications need C++ developers? sandip.i.mahajan@googlemail.com - 2015-11-09 14:29 -0600
csiph-web