6502's cornerDocuments
2002-12-28
Index

Welcome!
Who am I
Demo
Documents
Small ones
Problems
Chess
Images
Music
My blog
Write me

Versione italiana 


My documents

This is a new section in which I decided to write a few considerations about the world of computer programming (and about other things). If you agree on what you find here, if you don't, if you would like to know my opinion about something then write me .
  
The smoke and food
A warning about reliability of the informations you can find about programming; a cry from a target of pure marketing actions.
  
Free Span Buffer
Description of the "free-span buffer" algorithm for the hidden surface removal problem (useful in front-to-back rendering engines).
  
C or C++ ?
A few personal thoughts about "C" and "C++".
  
Net data structure (HELP ME!)
The description of a very useful data structure for which I never found a clean easy representation in C or C++.
  
Transaction handling in C++
Description of an implementation of transactions in C++ as an help in using exceptions.