Re: normalization of pointers...



On Thu, 31 May 2007 07:46:28 +0100, in comp.lang.c , "Malcolm McLean"
<regniztar@xxxxxxxxxxxxxx> wrote:

In most PC programs most of the time is spent on the user interface. You are
writing to an API, but one very closely tied to the hardware.

You may want to rephrase that as "in most PC programs I have worked
with", to cater for those like myself whose experience has been
diametrically opposite.

I've worked on lots of apps that ran on PCs, but mostly they were a
thin layer of platform-specific UI over the top of a huge wodge of
analytical and computational code which was designed to be independent
of hardware. I forget when I last had the luxury of programming solely
for less than three platforms, though the mix has changed from
NT/SunOS/VMS to XP/Solaris/RHEL. Unless you count VBA....
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
.



Relevant Pages

  • Re: A Layered Kernel: Proposal
    ... Eventually the kernel will come to a full layered model anyway. ... >> resources, real or emulated, or any part of your resources. ... >> supported both hardware and platforms. ...
    (Linux-Kernel)
  • Re: Any *TOP* software developed on .NET (like Office, DB engine etc.)
    ... .net Framework Windows Forms Customers ... path to future Windows platforms. ... details of Intel hardware. ... SQL Server had more humble beginnings and is limited to the ...
    (microsoft.public.dotnet.general)
  • Re: [PATCH] [REPOST] timer iomem hwrng driver
    ... Some hardware platforms, the TS-7800is one for example, can supply ... by just reading a particular IO address. ... The driver is then hooked into by calling ...
    (Linux-Kernel)
  • Re: What do you take for secure programming?
    ... Neverthless there plenty of them very confident on the result ... I am writing them alone, ... >> Important to know these books is all about about programming, ... > and even having to deal with hardware errors... ...
    (SecProg)
  • Re: normalization of pointers...
    ... but one very closely tied to the hardware. ... I used to do SW which was controlling test equipment and vastly more time was spent writing code to control the equipment and analyse the results than on doing the display, this back in the days before having a GUI was common when we still has to display graphs. ...
    (comp.lang.c)