Mail Archives: djgpp/1995/06/23/22:53:42
In article <3sf3dn$4i6 AT odin DOT diku DOT dk>, Morten Welinder <terra AT diku DOT dk> wrote:
>void
>main ()
>{
> printf ("%d\n", 10 //*
> 2 // 1 */
> );
>}
>
>This program should print 10, not 5.
Or even better the compiler should print...
t1.c: In function `main':
t1.c:4: warning: implicit declaration of function `printf'
t1.c:6: parse error before `)'
:)
I do agree with your point, though. The C++ comment convention
should be used for C++. After all, it's a different language.
Even though the compiler can understand both [C and C++], one shouldn't
mix the two in the same file. You don't see anyone trying to put
Fortran comments in their C code.
--
Eric Korpela | A day without meetings is like
korpela AT ssl DOT berkeley DOT edu | work.
<a href="http://www.cs.indiana.edu/finger/mofo.ssl.berkeley.edu/korpela/w">Click here for more info.</a>
- Raw text -