|
Check for a response
|
|
On this section i want to provide my ideas about how the process of writing software could be enhanced and
i want simply share pieces of code.
Indentation:
Current source code indentation conventions don't tell you enough...
ID Decoration: (yet to come)
Hungarian notation is too much and nothing at all is too little. This is my "middle way".
Code Snippets:
Snippets of code that i find usefull in daily life'
ref.h:
My approach to a reference counting, intrusive but efficient, smart pointer
typed_mem.h:
C++ style version of malloc(.), memset(.) and friends. Should you need POD, do it with C++ savety.
__.-.__ end of document
|
|