Re: Why do you like C more than other programming languages?
- From: "robertwessel2@xxxxxxxxx" <robertwessel2@xxxxxxxxx>
- Date: Wed, 9 Jul 2008 15:29:33 -0700 (PDT)
On Jul 8, 3:50 pm, jacob navia <ja...@xxxxxxxxxx> wrote:
Harold Aptroot wrote:
If they decide to deprecate the whole raw windows API then programmers
will just ignore that version of windows and normal users will try to
avoid it because none of the programs they like work on it. In short, it
will fail even faster and more completely than Vista
So why would they do that? It'll only cost them money
Exactly.
C# would not work, neither would .net. They all use at the end
the windows API.
Why? The new system would just need a version of the .NET runtime
that called whatever system API that was actually there. Think about
Mono, for example, it will run most C# programs (ignoring library
issues) just fine on *nix, with no Windows API in sight. Obvious
exceptions include .NET programs that directly call the Windows API.
OTOH, I agree that it's pretty unlikely that the Windows API is going
to go away any time soon. The MS-DOS API (aka Int 21h) survived the
introduction of the Windows API by better than two decades, and the
Win16 API survived the introduction of Win32 by something like 15
years. Although both are now going away. As for desktop/server OSs,
neither is available on any 64 bit version of Windows (although both
were supported on all 32 bit Oss, including the non-x86 ones, at least
until now). Nor are the DOS or Win16 APIs supported on any version of
Windows CE.
So the Win32 and Win64 APIs will certainly survive in the short/medium
term. But 15 or 20 years from now? Who knows.
.
- Follow-Ups:
- Re: Why do you like C more than other programming languages?
- From: Linonut
- Re: Why do you like C more than other programming languages?
- From: Ian Collins
- Re: Why do you like C more than other programming languages?
- References:
- Why do you like C more than other programming languages?
- From: istillshine
- Re: Why do you like C more than other programming languages?
- From: Dand
- Re: Why do you like C more than other programming languages?
- From: jacob navia
- Re: Why do you like C more than other programming languages?
- From: Linonut
- Re: Why do you like C more than other programming languages?
- From: Harold Aptroot
- Re: Why do you like C more than other programming languages?
- From: jacob navia
- Why do you like C more than other programming languages?
- Prev by Date: Re: Problem 77: Greedy Gift Givers
- Next by Date: Re: Why do you like C more than other programming languages?
- Previous by thread: Re: Why do you like C more than other programming languages?
- Next by thread: Re: Why do you like C more than other programming languages?
- Index(es):
Relevant Pages
|