On Monday 24 December 2007, Nico Heinze wrote: > First it's a very bad idea to use C++ style comments in C programs; if > you program in C++, then use the // style, but if you work with C, > then solely use /* and */ to enclose comments, nothing else.
Just a minor point. C99 allows C++ style comments. Josh [Non-text portions of this message have been removed]
