S
Servé Lau
in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
embedded, scientific, applications? What?
embedded, scientific, applications? What?
Servé Lau said:in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
Servé Lau said:in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
Servé Lau said:in what fields of computing is C used the most nowadays?
C is such a general-purpose language that it's hard to give an answer.Servé Lau said:in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
Servé Lau said:What isn't clear about the question?
C is such a general-purpose language that it's hard to give an answer.
It is used quite a lot for general PC applications, but is losing out to
C++. Ditto for games. However you will often see a large portion of a "C++"
application written in C or the C subset of C++.
Fortran is a competitor for scientific applications, as is COBOL for
business programing. However you will still see a substantial proportion of
these programs written in C.
Short utilities are very often written in C - for instance during
development of a game you will typically need programs to package images
into 1024 * 1024 collages, to compress files, to add or take away black
borders, and so on. This sort of thing is typically done in C.
Small embedded applications are almost always written in C if a high-level
language is used at all.
Servé Lau said:in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
Thomas Matthews said:I'm curious as to what you intend to do with
the answer to your question.
Eric Boutin said:well since most UNIX'es and it's whole API are written in C, since windows
use a C API and a MFC API in C++, since OpenGL is natively in C, then that
means 90+% of windows program are written in C/C++, and a lot of UNIX
program are written in C, including most kernel.
We cannot tell in which area of the industry it is the mostly massively
used, however IMHO I can say that C program are rarely employed in web
application, where PHP
is massively used there, it's less often employed by the Solaris developper,
exept for the kernel, since solaris developper tends to use their java
platform; C is also becoming less employed in light scientifics application,
where maple and mathematica gains in popularity. However there's no general
use for C.. PHP was designed to be used as a web langage, like javascript;
java was designed to be ultra portable, C was designed.. to be more
portable and easy to write than assembly, but as flexible, therefore with
that much flexibility, you can do anything you want with C and everyone
knows it
-Eric
You're right, the question was too general.
The story's like this:
I really like programming in C and I have been looking for a job as a C
programmer for over a year now. I think I have a good idea now what about
what skills are in demand
(yes I know, C skills are really useful, but tell that to a .NET manager)
The problem is that most jobs I can find with C in it also have the word
"embedded" in it.
But when you look at C99 you see a lot of improvements for scientific
computing and almost nothing for embedded.
That seems a bit strange to me, because there'll be a small number
of people using the scientific functionality.
Maybe I should've said "what kind of jobs ask specifically for C
skills"
BTW
I even encountered a manager who thought I forgot to put the '#'
after the C in my resume!
You've got to distinguish between the C language proper and the ANSIdave johnstone said:Is c an environment that has the need for converting
a text interface of an application, into a browser/GUI
interface? Or are applications written in c not the
type that require such treatment? That is, do commercial
business applications get written in c?
You're right, the question was too general.
The story's like this:
I really like programming in C and I have been looking for a job as a C
programmer for over a year now. I think I have a good idea now what about
what skills are in demand (yes I know, C skills are really useful, but
tell that to a .NET manager)
The problem is that most jobs I can find with C in it also have the word
"embedded" in it.
Servé Lau said:In what fields of computing is C used the most nowadays?
E. Robert Tisdale said:Legacy software maintenance.
Programmers use C++ for new program development.
E. Robert Tisdale said:Legacy software maintenance.
Programmers use C++ for new program development.
That's a very important application, and also tends to be well-paid.E. Robert Tisdale said:Legacy software maintenance.
It is also very common to see programs written in a hybrid of C and C++.Programmers use C++ for new program development.
in what fields of computing is C used the most nowadays?
embedded, scientific, applications? What?
E. Robert Tisdale said:Legacy software maintenance.
Programmers use C++ for new program development.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.