Comment by raverbashing
Comment by raverbashing a day ago
Of all the (ahem, not as many as hoped) things C++ got right, // comments are one of the best ones
And I'm glad it now is part of C as well
Comment by raverbashing a day ago
Of all the (ahem, not as many as hoped) things C++ got right, // comments are one of the best ones
And I'm glad it now is part of C as well
I remember working on some code back in ’99 when the other dev on the project used // comments in C code which, it turned out, were supported by the C compiler we were using, but which broke the embedded SQL preprocessor.