groups

name language licence
enum - array of labelled values C++ Other
Print a TCut C++ Other
Ternery operator / conditional expression C++ Other
Maximum likelihood, minuit example C++ Other
Commenting code including comments C++ Other
Convert string to integer C++ Other
Distance from a point to a line C++ Other



language: C++
licence: Other

Commenting code including comments

options: view full snippetsend to code collector
/* commented out */
#if 0 
double x = 1.23 ; /* x-position */
#endif
	
(Continues...)