Benutzer:Rdiez: Unterschied zwischen den Versionen

Aus /dev/tal
Wechseln zu: Navigation, Suche
(Kategorie:Mitglieder)
Zeile 2: Zeile 2:
  
 
rdiez ät devtal punkt de
 
rdiez ät devtal punkt de
 +
 +
= Recurrent hacking issues =
 +
 +
I regularly hold long discussions about the same basic issues over and over again with fellow hackers and colleagues, so I decided to write them up in order to help save time (hopefully!) in the long run.
 +
 +
[[Benutzer:Rdiez/AssertAgainstNullPointerArgumentInC|Should I assert against a NULL pointer argument in my C++ function?]]
  
 
[[Kategorie:Mitglieder]]
 
[[Kategorie:Mitglieder]]

Version vom 1. März 2013, 21:01 Uhr

R. Diez

rdiez ät devtal punkt de

Recurrent hacking issues

I regularly hold long discussions about the same basic issues over and over again with fellow hackers and colleagues, so I decided to write them up in order to help save time (hopefully!) in the long run.

Should I assert against a NULL pointer argument in my C++ function?