Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++.moderated > #7261
| Message-ID | <555CC1F3.7060608@verizon.net> (permalink) |
|---|---|
| Newsgroups | comp.lang.c++.moderated |
| From | James Kuyper <jameskuyper@verizon.net> |
| Subject | Re: What kinds of applications need C++ developers? |
| Organization | Self |
| References | <01c5af1f-c13f-41bb-b8e4-b101b01caa37@googlegroups.com> |
| Date | 2015-05-20 14:24 -0600 |
On 05/20/2015 01:35 PM, 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?
A large fraction of the scientific data processing code for the projects
that I work on is C++ code. Most of the rest is C, and some of it is
Fortran. Regardless of which language is used, the programs reads some
input files, perform various manipulations on the input data to create
the output data, and then write output files, without any user
interaction, and no use of the internet in any way, which makes these
programs seem extremely odd to many people. The farthest upstream
programs (several of which are my responsibility) read raw data
transmitted down from a satellite observing the Earth. The farthest
downstream programs produce dozens of different products that describe
climate patterns, plant cover, pollution levels, chlorophyl levels in
the ocean, etc.
--
[ 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 | Next 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