Updated: 24/07/2003; 1:03:48 AM.
stevex's stuff
Some code, some writing about code. Some writing not about code.
        

February 4, 2003

I grew up in a world of pointers.  I've taught a number of people C or C++ programming and tried explained pointers to them.  I'm not sure they ever got it.

Now with Java, VB and C# we have languages that don't have pointers.  It's quite conceivable that a whole generation of programmers (and perhaps a high percentage of every future generation) will never need to know what a pointer is or how to use it.

Unfortunately the most efficient code will always involve pointers.  It's a system level concept - something the processor understands, fundamental.   I wonder what else we'll virtualize away in the future.  Files?  (as the FileSystem turns into a database)  Interrupts?  (wait, we already did that - now they're Exceptions). 

 


10:40:22 PM    comment []

I've started jotting down Win32 programming notes as they occur to me.. as the page says, it's little things I've run across that initially took me a while to figure out.  If it shows up in a Google result and saves someone a few minutes, then cool.
10:57:00 AM    comment []

© Copyright 2003 Steve Tibbett.
 

February 2003
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28  
Jan   Mar


Other sites by me:
Linky
The Restaurant Thing
Syndicache
MapX
Misc Writings


Powered by Radio
Click to see the XML version of this web page.