groups

Link to this snippet:


Download to Code Collector

language: C++
licence: Other

Commenting code including comments

options: send to code collectorview all nepahwin's snippets
/* commented out */
#if 0 
double x = 1.23 ; /* x-position */
#endif